Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Core
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraNodeEvaluatorStorage.h |
| Include | #include "Core/CameraNodeEvaluatorStorage.h" |
Syntax
struct FCameraNodeEvaluatorTreeBuildParams
Remarks
Structure for building an entire tree of node evaluators.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FCameraNodeEvaluatorAllocationInfo * | AllocationInfo | An optional allocation information to optimize storage. | |
| TObjectPtr< const UCameraNode > | RootCameraNode | The root node of the tree. |