Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Core
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraNode.h |
| Include | #include "Core/CameraNode.h" |
Syntax
struct FCameraNodeRunParams
Remarks
Parameter structure for running a camera node.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsFirstFrame | Whether this is the first evaluation of this camera node hierarchy. | |
| float | DeltaTime | The time interval for the evaluation. | |
| TObjectPtr< UCameraSystemEvaluator > | Evaluator | The evaluation running this evaluation. |