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,
};