Navigation
API > API/Plugins > API/Plugins/GameplayCameras
A blend camera node that implements basic easing curve types.
| Name | UEasingBlendCameraNode |
| Type | class |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Nodes/Blends/EasingBlendCameraNode.h |
| Include Path | #include "Nodes/Blends/EasingBlendCameraNode.h" |
Syntax
UCLASS (MinimalAPI)
class UEasingBlendCameraNode : public USimpleFixedTimeBlendCameraNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCameraNode → UBlendCameraNode → USimpleBlendCameraNode → USimpleFixedTimeBlendCameraNode → UEasingBlendCameraNode
Implements Interfaces
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BlendType | EEasingCameraBlendType | The type of curve to use. | Nodes/Blends/EasingBlendCameraNode.h |
|
| BlendTypeDataID | FCameraContextDataID | Nodes/Blends/EasingBlendCameraNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetCameraBlendType
(
EEasingCameraBlendType BlendTypeIn |
Nodes/Blends/EasingBlendCameraNode.h |
Protected Virtual
Overridden from UCameraNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FCameraNodeEvaluatorPtr OnBuildEvaluator
(
FCameraNodeEvaluatorBuilder& Builder |
Builds the evaluator for this node. | Nodes/Blends/EasingBlendCameraNode.h |