Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Channels > API/Runtime/MovieScene/Channels/FMovieSceneChannelProxy
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelProxy.h |
Include | #include "Channels/MovieSceneChannelProxy.h" |
template<typename ChannelType>
TMovieSceneChannelHandle < ChannelType > CopyHandle
(
TMovieSceneChannelHandle < ChannelType > InOtherHandle
)
Remarks
Make a new channel handle for the same channel type name and index for this channel proxy 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.