FMovieSceneExecutionTokens::Add

Add a new [IMovieSceneExecutionToken](API\Runtime\MovieScene\IMovieSceneExecutionToken) derived token to the stack

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneExecutionTokens.h

Include

#include "Evaluation/MovieSceneExecutionTokens.h"

Syntax

template<typename T>
TEnableIf< TPointerIsConvertibleFromTo< typename TRemoveReference< T >::Type, const IMovieSceneExecutionToken >::Value >::Type Add
(
    T && InToken
)

Remarks

Add a new IMovieSceneExecutionToken derived token to the stack

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