Enum ERootMotionHeightSource Path C++ Link /Script/IKRig.ERootMotionHeightSource underlying uint8 /Script/IKRig Values 3 NameValueHex CopyHeightFromSource00x00SnapToGround10x01ERootMotionHeightSource_MAX20x02 Used by 2types with a member, parameter or interface of this type FIKRetargetRootMotionOpSettingsURootMotionGeneratorOp // /Script/IKRig.ERootMotionHeightSource enum class ERootMotionHeightSource : uint8 { CopyHeightFromSource = 0, SnapToGround = 1, ERootMotionHeightSource_MAX = 2, };