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 FCameraNodeBlendResult
Remarks
Result struct for blending camera node tree results.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsBlendFinished | Whether the blend is finished. | |
| bool | bIsBlendFull | Whether the blend has reached 100%. | |
| FCameraNodeEvaluationResult & | BlendedResult | The result upon which another result should be blended. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCameraNodeBlendResult
(
FCameraNodeEvaluationResult& InBlendedResult |