Navigation
API > API/Plugins > API/Plugins/GameplayCameras
Linear blend node.
| Name | ULinearBlendCameraNode |
| Type | class |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Nodes/Blends/LinearBlendCameraNode.h |
| Include Path | #include "Nodes/Blends/LinearBlendCameraNode.h" |
Syntax
UCLASS (MinimalAPI)
class ULinearBlendCameraNode : public USimpleFixedTimeBlendCameraNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCameraNode → UBlendCameraNode → USimpleBlendCameraNode → USimpleFixedTimeBlendCameraNode → ULinearBlendCameraNode
Implements Interfaces
Functions
Protected
Overridden from UCameraNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FCameraNodeEvaluatorPtr OnBuildEvaluator
(
FCameraNodeEvaluatorBuilder& Builder |
Builds the evaluator for this node. | Nodes/Blends/LinearBlendCameraNode.h |