Enum EMoveComponentAction Path C++ Link /Script/Engine.EMoveComponentAction underlying uint8 /Script/Engine Values 4 NameValueHex Move00x00Stop10x01Return20x02EMoveComponentAction_MAX30x03 Used by 1types with a member, parameter or interface of this type UKismetSystemLibrary // /Script/Engine.EMoveComponentAction enum class EMoveComponentAction : uint8 { Move = 0, Stop = 1, Return = 2, EMoveComponentAction_MAX = 3, };