Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Channels > API/Runtime/MovieScene/Channels/FMovieSceneChannelProxy > API/Runtime/MovieScene/Channels/FMovieSceneChannelProxy/MakeHandle
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelProxy.h |
Include | #include "Channels/MovieSceneChannelProxy.h" |
template<typename ChannelType>
TMovieSceneChannelHandle < ChannelType > MakeHandle
(
int32 Index
)
Remarks
Make a channel handle out for the specified index and templated channel type 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.