Navigation
API > API/Plugins > API/Plugins/GameplayCameras
Defines an origin position for a camera node to operate at.
| Name | ECameraNodeOriginPosition |
| Type | enum |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Nodes/CameraNodeTypes.h |
| Include Path | #include "Nodes/CameraNodeTypes.h" |
Syntax
enum ECameraNodeOriginPosition
{
CameraPose,
ActiveContext,
OwningContext,
Pivot,
Pawn,
}
Values
| Name | Remarks |
|---|---|
| CameraPose | The position of the current camera pose. |
| ActiveContext | The origin of the active evaluation context on the main layer's blend stack. |
| OwningContext | The origin of the evaluation context of the current camera node. |
| Pivot | The location of the current pivot. If no pivot is found, fallback to ActiveContext. |
| Pawn | The location of the player's controlled pawn. |