Navigation
Unreal Engine C++ API Reference > 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
&40;
FName ChannelTypeName,
const FMovieSceneChannel &42; ChannelPtr
&41; 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 |