Enum ECanBeCharacterBase Path C++ Link /Script/Engine.ECanBeCharacterBase underlying uint8 /Script/Engine Values 4 NameValueHex ECB_No00x00ECB_Yes10x01ECB_Owner20x02ECB_MAX30x03 Used by 1types with a member, parameter or interface of this type UPrimitiveComponent // /Script/Engine.ECanBeCharacterBase enum class ECanBeCharacterBase : uint8 { ECB_No = 0, ECB_Yes = 1, ECB_Owner = 2, ECB_MAX = 3, };