Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/TMovieSceneEvaluationTree > API/Runtime/MovieScene/TMovieSceneEvaluationTree/Add
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationTree.h |
| Include | #include "Evaluation/MovieSceneEvaluationTree.h" |
void Add
&40;
TRange< FFrameNumber > InTimeRange,
DataType InData
&41;
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 |