Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Nodes > API/Plugins/GameplayCameras/Nodes/Blends
Inheritance Hierarchy
- FCameraNodeEvaluator
- FBlendCameraNodeEvaluator
- FSimpleBlendCameraNodeEvaluator
- FSimpleFixedTimeBlendCameraNodeEvaluator
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Nodes/Blends/SimpleBlendCameraNode.h |
| Include | #include "Nodes/Blends/SimpleBlendCameraNode.h" |
Syntax
class FSimpleBlendCameraNodeEvaluator : public UE::Cameras::FBlendCameraNodeEvaluator
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | Gets the last evaluated blend factor. | ||
| void | OnComputeBlendFactor
(
const FCameraNodeEvaluationParams& Params, |
||
| void | |||
| const ::UE::Cameras::TCameraObjectTypeID< FSimpleBlendCameraNodeEvaluator > & | StaticTypeID () |
Overridden from FBlendCameraNodeEvaluator
| Type | Name | Description | |
|---|---|---|---|
| void | OnBlendParameters
(
const FCameraNodePreBlendParams& Params, |
Blend the parameters produced by a camera node tree over another set of values. | |
| void | OnBlendResults
(
const FCameraNodeBlendParams& Params, |
Blend the result of a camera node tree over another result. |
Overridden from FCameraNodeEvaluator
| Type | Name | Description | |
|---|---|---|---|
| const FCameraObjectTypeID & | GetTypeID () |
||
| bool | IsKindOf
(
const FCameraObjectTypeID& InTypeID |
||
| void | OnRun
(
const FCameraNodeEvaluationParams& Params, |
Run this evaluator. | |
| void | OnSerialize
(
const FCameraNodeEvaluatorSerializeParams& Params, |
Serializes the state of this evaluator. |
Typedefs
| Name | Description |
|---|---|
| Super |
Constants
| Name | Description |
|---|---|
| PrivateTypeID |