FMovieSceneInterrogationData::Iterate

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

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Compilation/MovieSceneTemplateInterrogation.h

Include

#include "Compilation/MovieSceneTemplateInterrogation.h"

Syntax

template<typename T>
TMovieSceneInterrogationIterator< T > Iterate
(
    FMovieSceneInterrogationKey Key
) const

Remarks

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

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