Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Evaluation > API/Runtime/MovieScene/Evaluation/TMovieSceneEvaluationTree
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationTree.h |
| Include | #include "Evaluation/MovieSceneEvaluationTree.h" |
void AddSelective
(
TRange < FFrameNumber > InTimeRange,
DataType InData,
TFunctionRef < bool)> Predicate
)
Remarks
Add a new time range with the associated data to the tree.
Parameters
| Name | Description |
|---|---|
| InTimeRange | The range with which this data should be associated |
| InData | The data to assoicate with this time range |