Enum EBuiltInVector2dCameraVariable Path C++ Link /Script/GameplayCameras.EBuiltInVector2dCameraVariable underlying int32 /Script/GameplayCameras Values 3 NameValueHex None00x00YawPitch10x01EBuiltInVector2dCameraVariable_MAX20x02 Used by 1types with a member, parameter or interface of this type UCameraRigInput2DSlot // /Script/GameplayCameras.EBuiltInVector2dCameraVariable enum class EBuiltInVector2dCameraVariable : int32 { None = 0, YawPitch = 1, EBuiltInVector2dCameraVariable_MAX = 2, };