Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > TMovieSceneEvaluationTree
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationTree.h |
Include | #include "Evaluation/MovieSceneEvaluationTree.h" |
void AddUnique
&40;
TRange< FFrameNumber > InTimeRange,
DataType InData
&41;
Remarks
Add a new time range with the associated data to the tree. Ensures no duplicates.
Parameters
Name | Description |
---|---|
InTimeRange | The range with which this data should be associated |
InData | The data to assoicate with this time range |