Enum EIKRigGoalSpace Path C++ Link /Script/IKRig.EIKRigGoalSpace underlying uint8 /Script/IKRig Values 4 NameValueHex Component00x00Additive10x01World20x02EIKRigGoalSpace_MAX30x03 Used by 1types with a member, parameter or interface of this type FIKRigGoal // /Script/IKRig.EIKRigGoalSpace enum class EIKRigGoalSpace : uint8 { Component = 0, Additive = 1, World = 2, EIKRigGoalSpace_MAX = 3, };