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