FMovieSceneChannelHandle::Cast

Cast this handle to a handle of a related type.

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Channels/MovieSceneChannelHandle.h"

Syntax

template<typename OtherChannelType>
TMovieSceneChannelHandle< OtherChannelType > Cast() const

Remarks

Cast this handle to a handle of a related type. Callee is responsible for ensuring that the type's are compatible.

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