Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Nodes > API/Plugins/GameplayCameras/Nodes/Blends
Inheritance Hierarchy
- UObject
- UCameraInstantiableObject
- UCameraNode
- UBlendCameraNode
- USimpleBlendCameraNode
- USimpleFixedTimeBlendCameraNode
- USmoothBlendCameraNode
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Nodes/Blends/SmoothBlendCameraNode.h |
| Include | #include "Nodes/Blends/SmoothBlendCameraNode.h" |
Syntax
UCLASS (MinimalAPI)
class USmoothBlendCameraNode : public USimpleFixedTimeBlendCameraNode
Remarks
A blend camera mode that implements the smoothstep and smoothersteps algorithms.
Variables
| Type | Name | Description | |
|---|---|---|---|
| ESmoothCameraBlendType | BlendType | The type of algorithm to use. |
Overridden from USimpleBlendCameraNode
| Type | Name | Description | |
|---|---|---|---|
| void | OnComputeBlendFactor
(
const FCameraNodeRunParams& Params, |