Navigation
API > API/Plugins > API/Plugins/GameplayCameras
Base class for an operation to be executed on a camera rig.
| Name | FCameraOperation |
| Type | struct |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraOperation.h |
| Include Path | #include "Core/CameraOperation.h" |
Syntax
struct FCameraOperation
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCameraOperation
(
FCameraOperationTypeID InOperationTypeID |
Core/CameraOperation.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OperationTypeID | FCameraOperationTypeID | Core/CameraOperation.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
OperationType * CastOperation() |
Attempts to cast this operation into a sub-class. | Core/CameraOperation.h |