enum class ParticleSequenceCropOverride_t : int32
{
    // MPropertyFriendlyName = Use Default Cropping Behavior
    PARTICLE_SEQUENCE_CROP_OVERRIDE_DEFAULT = -1,
    // MPropertyFriendlyName = Force Cropping Off
    PARTICLE_SEQUENCE_CROP_OVERRIDE_FORCE_OFF = 0,
    // MPropertyFriendlyName = Force Cropping On
    PARTICLE_SEQUENCE_CROP_OVERRIDE_FORCE_ON = 1,
};