Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Core
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraRigAsset.h |
| Include | #include "Core/CameraRigAsset.h" |
Syntax
USTRUCT ()
struct FCameraRigAllocationInfo
Remarks
Structure describing various allocations needed by a camera node.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FCameraNodeEvaluatorAllocationInfo | EvaluatorInfo | Allocation info for node evaluators. | |
| FCameraVariableTableAllocationInfo | VariableTableInfo | Allocation info for the camera variable. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Append
(
const FCameraRigAllocationInfo& OtherAllocationInfo |