Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Evaluation > Blending > TBlendableTokenStack
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/Blending/BlendableTokenStack.h |
Include | #include "Evaluation/Blending/BlendableTokenStack.h" |
void AddToken
&40;
const TBlendableToken< DataType > &42; TokenToAdd
&41;
Remarks
Conditionally add a token to this stack if it has a >= hierarchical bias, removing anything of a lower bias
Parameters
Name | Description |
---|---|
TokenToAdd | The token to add |