Enum ECameraTargetShape Path C++ Link /Script/GameplayCameras.ECameraTargetShape underlying uint8 /Script/GameplayCameras Values 4 NameValueHex Point00x00AutomaticBounds10x01ManualBounds20x02ECameraTargetShape_MAX30x03 Used by 1types with a member, parameter or interface of this type FCameraActorTargetInfo // /Script/GameplayCameras.ECameraTargetShape enum class ECameraTargetShape : uint8 { Point = 0, AutomaticBounds = 1, ManualBounds = 2, ECameraTargetShape_MAX = 3, };