enum class MissingParentInheritBehavior_ t : int32
{
// MPropertyFriendlyName = Do Nothing
MISSING_ PARENT_ DO_ NOTHING = -1,
// MPropertyFriendlyName = Kill Particle
MISSING_ PARENT_ KILL = 0,
// MPropertyFriendlyName = Use Next Parent Particle
MISSING_ PARENT_ FIND_ NEW = 1,
// MPropertyFriendlyName = Use New Particle at Same Index if Possible
MISSING_ PARENT_ SAME_ INDEX = 2,
};