Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Channels > API/Runtime/MovieScene/Channels/FMovieSceneChannelProxy > API/Runtime/MovieScene/Channels/FMovieSceneChannelProxy/GetChannelByName
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelProxy.h |
Include | #include "Channels/MovieSceneChannelProxy.h" |
template<typename ChannelType>
TMovieSceneChannelHandle< ChannelType > GetChannelByName
&40;
FName ChannelName
&41; const
Remarks
Get the channel with the specified name, assuming it is of a given type
Get the channel for the specified sort index of a particular type. A pointer to the channel, or nullptr if the index was invalid, or the type was not present