Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Evaluation > API/Runtime/MovieScene/Evaluation/Blending
Inheritance Hierarchy
- IBlendableTokenStack
- TBlendableTokenStack
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/Blending/BlendableTokenStack.h |
| Include | #include "Evaluation/Blending/BlendableTokenStack.h" |
Syntax
struct IBlendableTokenStack
Remarks
Base interface for a stack of typed tokens
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMovieSceneAnimTypeID | DataTypeID | The type of data that this stack contains |
Constructors
| Type | Name | Description | |
|---|---|---|---|
IBlendableTokenStack
(
FMovieSceneAnimTypeID InDataTypeID |
Constructor |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ComputeAndActuate
(
UObject* InObject, |
Implemented by typed stacks to compute the final blended value for its data, and apply that result to the specified object | |
| void | Interrogate
(
UObject* AnimatedObject, |
Implemented by typed stacks to interrogate the final blended value for its data. |