Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FMovieSceneChannelProxy
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ChannelType * GetChannel
(
int32 ChannelIndex |
Get the channel for the specified index of a particular type. | Channels/MovieSceneChannelProxy.h | |
FMovieSceneChannel * GetChannel
(
FName ChannelTypeName, |
Get the channel for the specified index of a particular type. | Channels/MovieSceneChannelProxy.h |
GetChannel(int32)
Description
Get the channel for the specified index of a particular type.
| Name | GetChannel |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelProxy.h |
| Include Path | #include "Channels/MovieSceneChannelProxy.h" |
template<typename ChannelType>
ChannelType * GetChannel
(
int32 ChannelIndex
) const
A pointer to the channel, or nullptr if the index was invalid, or the type was not present
GetChannel(FName, int32)
Description
Get the channel for the specified index of a particular type.
| Name | GetChannel |
| 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 |
FMovieSceneChannel * GetChannel
(
FName ChannelTypeName,
int32 ChannelIndex
) const
A pointer to the channel, or nullptr if the index was invalid, or the type was not present