enum class TargetWarpTimingMethod : uint32
{
    // MPropertyFriendlyName = Reach destination when root motion ends
    ReachDestinationOnRootMotionEnd = 0,
    // MPropertyFriendlyName = Reach destination when warp tag ends
    ReachDestinationOnWarpTagEnd = 1,
};