Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Core
Inheritance Hierarchy
- FCameraNodeEvaluator
- FBlendCameraNodeEvaluator
- FSimpleBlendCameraNodeEvaluator
- FSimpleFixedTimeBlendCameraNodeEvaluator
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/BlendCameraNode.h |
| Include | #include "Core/BlendCameraNode.h" |
Syntax
class FBlendCameraNodeEvaluator : public UE::Cameras::FCameraNodeEvaluator
Remarks
Base evaluator class for blend camera nodes.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BlendParameters
(
const FCameraNodePreBlendParams& Params, |
Blend the parameters produced by a camera node tree over another set of values. | |
| void | BlendResults
(
const FCameraNodeBlendParams& Params, |
Blend the result of a camera node tree over another result. | |
| 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. | |
| const ::UE::Cameras::TCameraObjectTypeID< FBlendCameraNodeEvaluator > & | StaticTypeID () |
Overridden from FCameraNodeEvaluator
| Type | Name | Description | |
|---|---|---|---|
| const FCameraObjectTypeID & | GetTypeID () |
||
| bool | IsKindOf
(
const FCameraObjectTypeID& InTypeID |
Typedefs
| Name | Description |
|---|---|
| Super |
Constants
| Name | Description |
|---|---|
| PrivateTypeID |