Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FMovieSceneChannelHandle
Description
Cast this handle to a handle of a related type. Callee is responsible for ensuring that the type's are compatible.
| Name | Cast |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelHandle.h |
| Include Path | #include "Channels/MovieSceneChannelHandle.h" |
template<typename OtherChannelType>
TMovieSceneChannelHandle < OtherChannelType > Cast() const