FMovieSceneChannelProxy::FindIndex

Find the index of the specified channel ptr in this proxy

Windows
MacOS
Linux

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

Syntax

int32 FindIndex
(
    FName ChannelTypeName,
    const FMovieSceneChannel * ChannelPtr
) const

Remarks

Find the index of the specified channel ptr in this proxy

Returns

The index of the channel if found, else INDEX_NONE

Parameters

Parameter

Description

ChannelTypeName

The type name of the channel

ChannelPtr

The channel pointer to find

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss