TMovieSceneExternalValue::Make

Helper constructor that defines an external value as the same type as the template type.

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelEditorData.h

Include

#include "Channels/MovieSceneChannelEditorData.h"

Syntax

static TMovieSceneExternalValue< T > Make()

Remarks

Helper constructor that defines an external value as the same type as the template type. Useful for passthrough external values of the same type (ie, a float channel that animates a float property)

Returns

A new external value that gets the value from the object as a T

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