Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Compilation > FMovieSceneInterrogationData
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Compilation/MovieSceneTemplateInterrogation.h |
Include | #include "Compilation/MovieSceneTemplateInterrogation.h" |
template<typename T>
void Add
&40;
T && InData,
FMovieSceneInterrogationKey Key
&41;
Remarks
Add arbitrary data to the container under 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