Navigation
API > API/Plugins > API/Plugins/GameplayCameras
Hard-coded type IDs for built-in camera operations.
| Name | UE::Cameras::EBuiltInCameraOperationTypes |
| Type | enum |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraOperation.h |
| Include Path | #include "Core/CameraOperation.h" |
Syntax
namespace UE
{
namespace Cameras
{
enum EBuiltInCameraOperationTypes
{
YawPitch = 0,
SingleValue = 1,
MAX = 3,
}
}
}
Values
| Name | Remarks |
|---|---|
| YawPitch | |
| SingleValue | |
| MAX |