enum class SnapshotIndexType_t : uint32
{
    // MPropertyFriendlyName = Increment Index
    SNAPSHOT_INDEX_INCREMENT = 0,
    // MPropertyFriendlyName = Direct Set of Index
    SNAPSHOT_INDEX_DIRECT = 1,
};