enum class ParticleRotationLockType_ t : uint32
{
// MPropertyFriendlyName = Don't Set
PARTICLE_ ROTATION_ LOCK_ NONE = 0,
// MPropertyFriendlyName = Set Rotations
PARTICLE_ ROTATION_ LOCK_ ROTATIONS = 1,
// MPropertyFriendlyName = Set Normal
PARTICLE_ ROTATION_ LOCK_ NORMAL = 2,
};