Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FMovieSceneChannelProxy
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TMovieSceneChannelHandle< ChannelType > GetChannelByName
(
FName ChannelName |
Get the channel with the specified name, assuming it is of a given type | Channels/MovieSceneChannelProxy.h | |
FMovieSceneChannelHandle GetChannelByName
(
FName ChannelName |
Get the channel with the specified name | Channels/MovieSceneChannelProxy.h |
GetChannelByName(FName)
Description
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.
| Name | GetChannelByName |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelProxy.h |
| Include Path | #include "Channels/MovieSceneChannelProxy.h" |
template<typename ChannelType>
TMovieSceneChannelHandle < ChannelType > GetChannelByName
(
FName ChannelName
) const
A pointer to the channel, or nullptr if the index was invalid, or the type was not present
GetChannelByName(FName)
Description
Get the channel with the specified name
| Name | GetChannelByName |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelProxy.h |
| Include Path | #include "Channels/MovieSceneChannelProxy.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Channels/MovieSceneChannelProxy.cpp |
FMovieSceneChannelHandle GetChannelByName
(
FName ChannelName
) const
A handle to the channel, or an invalid handle if no channel of that name was found