TBlendableTokenStack::AddToken

Conditionally add a token to this stack if it has a >= hierarchical bias, removing anything of a lower bias

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Evaluation/Blending/BlendableTokenStack.h

Include

#include "Evaluation/Blending/BlendableTokenStack.h"

Syntax

void AddToken
(
    const TBlendableToken< DataType > * TokenToAdd
)

Remarks

Conditionally add a token to this stack if it has a >= hierarchical bias, removing anything of a lower bias

Parameters

Parameter

Description

TokenToAdd

The token to add

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss