Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Compilation
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Compilation/MovieSceneCompiledDataManager.h |
| Include | #include "Compilation/MovieSceneCompiledDataManager.h" |
Syntax
template<typename DataType>
struct TMovieSceneEvaluationTreeDataIterator
Remarks
An iterator type that is iterates all the data associated with a given node and its parents
Constructors
| Type | Name | Description | |
|---|---|---|---|
TMovieSceneEvaluationTreeDataIterator
(
const TMovieSceneEvaluationTree< DataType >& InTree, |
Construction from a tree and a node |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsValid () |
Check the iterator for validity |
Operators
| Type | Name | Description | |
|---|---|---|---|
| Check the iterator for validity | |||
| const DataType & | operator* () |
Dereference the data for the current iteration | |
| TMovieSceneEvaluationTreeDataIterator & | operator++ () |
Move on to the next piece of data | |
| const DataType * | operator-> () |
Access the data for the current iteration |