Enum ECameraObjectInterfaceParameterType Path C++ Link /Script/GameplayCameras.ECameraObjectInterfaceParameterType underlying uint8 /Script/GameplayCameras Values 3 NameValueHex Blendable00x00Data10x01ECameraObjectInterfaceParameterType_MAX20x02 Used by 1types with a member, parameter or interface of this type FCameraObjectInterfaceParameterDefinition // /Script/GameplayCameras.ECameraObjectInterfaceParameterType enum class ECameraObjectInterfaceParameterType : uint8 { Blendable = 0, Data = 1, ECameraObjectInterfaceParameterType_MAX = 2, };