Enum EGameplayCamerasViewRotationMode Path C++ Link /Script/GameplayCameras.EGameplayCamerasViewRotationMode underlying int32 /Script/GameplayCameras Values 3 NameValueHex None00x00PreviewUpdate10x01EGameplayCamerasViewRotationMode_MAX20x02 Used by 2types with a member, parameter or interface of this type AGameplayCamerasPlayerCameraManagerUGameplayCamerasSettings // /Script/GameplayCameras.EGameplayCamerasViewRotationMode enum class EGameplayCamerasViewRotationMode : int32 { None = 0, PreviewUpdate = 1, EGameplayCamerasViewRotationMode_MAX = 2, };