enum class OrientationWarpRootMotionSource_ t : uint32
{
// MPropertyFriendlyName = Animation Or Procedural
eAnimationOrProcedural = 0,
// MPropertyFriendlyName = Animation Only
eAnimationOnly = 1,
// MPropertyFriendlyName = Procedural Only
eProceduralOnly = 2,
};