Navigation
API > API/Plugins > API/Plugins/GameplayCameras
Structure for tearing down a camera node evaluator.
| Name | FCameraNodeEvaluatorTeardownParams |
| Type | struct |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraNodeEvaluator.h |
| Include Path | #include "Core/CameraNodeEvaluator.h" |
Syntax
struct FCameraNodeEvaluatorTeardownParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EvaluationContext | TSharedPtr< const FCameraEvaluationContext > | The evaluation context (if any) responsible for this branch of the evaluation. | Core/CameraNodeEvaluator.h | |
| Evaluator | FCameraSystemEvaluator * | The evaluation running this evaluation. | Core/CameraNodeEvaluator.h | |
| Layer | ECameraRigLayer | The layer on which the node evaluator was running. | Core/CameraNodeEvaluator.h |