Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/TMovieSceneExternalValue
Description
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)
| Name | Make |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelEditorData.h |
| Include Path | #include "Channels/MovieSceneChannelEditorData.h" |
static TMovieSceneExternalValue < T > Make()
A new external value that gets the value from the object as a T