Navigation
API > API/Plugins > API/Plugins/GameplayCameras
A camera operation that tries to correct the yaw/pitch of a camera rig.
| Name | FYawPitchCameraOperation |
| Type | struct |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraOperation.h |
| Include Path | #include "Core/CameraOperation.h" |
Syntax
struct FYawPitchCameraOperation : public UE::Cameras::FCameraOperation
Inheritance Hierarchy
- FCameraOperation → FYawPitchCameraOperation
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FYawPitchCameraOperation() |
Core/CameraOperation.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Pitch | FConsumableDouble | Core/CameraOperation.h | ||
| Yaw | FConsumableDouble | Core/CameraOperation.h |
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FCameraOperationTypeID GetOperationTypeID() |
Core/CameraOperation.h |