enum class ParticleSortingChoiceList_t : uint32
{
    // MPropertyFriendlyName = Distance - Nearest
    PARTICLE_SORTING_NEAREST = 0,
    // MPropertyFriendlyName = Age - Oldest
    PARTICLE_SORTING_CREATION_TIME = 1,
};