Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/TMovieSceneEvaluationTree
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationTree.h |
| Include | #include "Evaluation/MovieSceneEvaluationTree.h" |
void AddIfEmptySelective
&40;
TRange< FFrameNumber > InTimeRange,
DataType InData,
TFunctionRef< bool(FMovieSceneEvaluationTreeNodeHandle)> Predicate
&41;
Remarks
Adds a new time range with the associated data to the tree, only for segments where there's no data yet.
Parameters
| Name | Description |
|---|---|
| InTimeRange | The range with which this data should be associated |
| InData | The data to assoicate with this time range |