Enum EIKRigGoalTransformSource Path C++ Link /Script/IKRig.EIKRigGoalTransformSource underlying uint8 /Script/IKRig Values 4 NameValueHex Manual00x00Bone10x01ActorComponent20x02EIKRigGoalTransformSource_MAX30x03 Used by 1types with a member, parameter or interface of this type FIKRigGoal // /Script/IKRig.EIKRigGoalTransformSource enum class EIKRigGoalTransformSource : uint8 { Manual = 0, Bone = 1, ActorComponent = 2, EIKRigGoalTransformSource_MAX = 3, };