Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Core
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/BlendCameraNode.h |
| Include | #include "Core/BlendCameraNode.h" |
Syntax
struct FCameraNodePreBlendParams
Remarks
Parameter struct for blending camera node parameters.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FCameraVariableTable & | ChildVariableTable | The variable table of the node tree being blended. | |
| const FCameraNodeEvaluationParams & | EvaluationParams | The parameters for the evaluation that will happen afterwards. | |
| ECameraVariableTableFilter | ExtraVariableTableFilter | Extra filter for variable table blending. | |
| const FCameraPose & | LastCameraPose | Last frame's camera pose. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCameraNodePreBlendParams
(
const FCameraNodeEvaluationParams& InEvaluationParams, |