Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Nodes > API/Plugins/GameplayCameras/Nodes/Common
Inheritance Hierarchy
- UObject
- UCameraInstantiableObject
- UCameraNode
- UOffsetCameraNode
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Nodes/Common/OffsetCameraNode.h |
| Include | #include "Nodes/Common/OffsetCameraNode.h" |
Syntax
UCLASS (MinimalAPI)
class UOffsetCameraNode : public UCameraNode
Remarks
A camera node that offsets the location of the camera.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector3d | Offset | The offset to apply to the camera, in local space. |
Overridden from UCameraNode
| Type | Name | Description | |
|---|---|---|---|
| void | OnRun
(
const FCameraNodeRunParams& Params, |
Run this node. |