FMovieSceneInterrogationData::Add

Add arbitrary data to the container under the specified key.

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Compilation/MovieSceneTemplateInterrogation.h"

Syntax

template<typename T>
void Add
(
    T && InData,
    FMovieSceneInterrogationKey Key
)

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

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