Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Channels > API/Runtime/MovieScene/Channels/FMovieSceneChannelProxy
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelProxy.h |
| Include | #include "Channels/MovieSceneChannelProxy.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Channels/MovieSceneChannelProxy.cpp |
int32 FindIndex
(
FName ChannelTypeName,
const FMovieSceneChannel * ChannelPtr
) const
Remarks
Find the index of the specified channel ptr in this proxy The index of the channel if found, else INDEX_NONE
Parameters
| Name | Description |
|---|---|
| ChannelTypeName | The type name of the channel |
| ChannelPtr | The channel pointer to find |