Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Core
Inheritance Hierarchy
- UObject
- UCameraInstantiableObject
- UCameraNode
- UBlendCameraNode
- UPopBlendCameraNode
- USimpleBlendCameraNode
- USimpleFixedTimeBlendCameraNode
- ULinearBlendCameraNode
- USmoothBlendCameraNode
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/BlendCameraNode.h |
| Include | #include "Core/BlendCameraNode.h" |
Syntax
UCLASS (MinimalAPI)
class UBlendCameraNode : public UCameraNode
Remarks
Base class for blend camera nodes.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BlendResults
(
const FCameraNodeBlendParams& Params, |
Blend the result of a camera node tree over another result. | |
| void | OnBlendResults
(
const FCameraNodeBlendParams& Params, |
Blend the result of a camera node tree over another result. |