TMovieSceneEvaluationTreeDataIterator

An iterator type that is iterates all the data associated with a given node and its parents

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationTree.h

Include

#include "Evaluation/MovieSceneEvaluationTree.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

Name Description

Public function

TMovieSceneEvaluationTreeDataIterator

Construction from a tree and a node

Operators

Name Description

Public function Const

 

operator bool()

Check the iterator for validity

Public function Const

const DataTy...

 

operator*()

Dereference the data for the current iteration

Public function

TMovieSceneE...

 

operator++()

Move on to the next piece of data

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss