Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FMovieSceneInterrogationData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< TInlineValue< IMovieSceneInterrogationToken > >::TConstIterator Iterate () |
Iterate all data stored in this container | Compilation/MovieSceneTemplateInterrogation.h | |
TMovieSceneInterrogationIterator< T > Iterate
(
FMovieSceneInterrogationKey Key |
Iterate any data in this container that matches the specified key Care should be taken by clients to ensure that data types that are added with specific keys are always accessed as the correct types | Compilation/MovieSceneTemplateInterrogation.h |
Iterate()
Description
Iterate all data stored in this container
| Name | Iterate |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Compilation/MovieSceneTemplateInterrogation.h |
| Include Path | #include "Compilation/MovieSceneTemplateInterrogation.h" |
TArray < TInlineValue < IMovieSceneInterrogationToken > >::TConstIterator Iterate() const
Iterate(FMovieSceneInterrogationKey)
Description
Iterate any data in this container that matches the specified key Care should be taken by clients to ensure that data types that are added with specific keys are always accessed as the correct types
| Name | Iterate |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Compilation/MovieSceneTemplateInterrogation.h |
| Include Path | #include "Compilation/MovieSceneTemplateInterrogation.h" |
template<typename T>
TMovieSceneInterrogationIterator < T > Iterate
(
FMovieSceneInterrogationKey Key
) const