Enum EParticleSourceSelectionMethod Path C++ Link /Script/Engine.EParticleSourceSelectionMethod underlying uint8 /Script/Engine Values 3 NameValueHex EPSSM_Random00x00EPSSM_Sequential10x01EPSSM_MAX20x02 Used by 1types with a member, parameter or interface of this type UParticleModuleTrailSource // /Script/Engine.EParticleSourceSelectionMethod enum class EParticleSourceSelectionMethod : uint8 { EPSSM_Random = 0, EPSSM_Sequential = 1, EPSSM_MAX = 2, };