Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Nodes > API/Plugins/GameplayCameras/Nodes/Blends
Inheritance Hierarchy
- UObject
- UCameraInstantiableObject
- UCameraNode
- UBlendCameraNode
- UPopBlendCameraNode
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Nodes/Blends/PopBlendCameraNode.h |
| Include | #include "Nodes/Blends/PopBlendCameraNode.h" |
Syntax
UCLASS (MinimalAPI)
class UPopBlendCameraNode : public UBlendCameraNode
Remarks
A blend node that creates a camera cut (i.e. it doesn't blend at all).
Overridden from UBlendCameraNode
| Type | Name | Description | |
|---|---|---|---|
| void | OnBlendResults
(
const FCameraNodeBlendParams& Params, |
Blend the result of a camera node tree over another result. |
Overridden from UCameraNode
| Type | Name | Description | |
|---|---|---|---|
| void | OnRun
(
const FCameraNodeRunParams& Params, |
Run this node. |