Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Core
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraNodeEvaluator.h |
| Include | #include "Core/CameraNodeEvaluator.h" |
Syntax
struct FCameraNodeEvaluationParams
Remarks
Parameter structure for running a camera node evaluator.
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. | |
| TSharedPtr< const FCameraEvaluationContext > | EvaluationContext | The evaluation context (if any) responsible for this branch of the evaluation. | |
| ECameraNodeEvaluationType | EvaluationType | The type of evaluation being run. | |
| FCameraSystemEvaluator * | Evaluator | The evaluator running this evaluation. |