FMovieSceneChannelProxy::MakeHandle

Make a channel handle out for the specified index and templated channel type

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Channels/MovieSceneChannelProxy.h"

Syntax

template<typename ChannelType>
TMovieSceneChannelHandle< ChannelType > MakeHandle
(
    int32 Index
)

Remarks

Make a channel handle out for the specified index and templated channel type

Returns

A handle to the supplied channel that will become nullptr when the proxy is reallocated, or nullptr if the index or channel type name are invalid.

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