FMovieSceneChannelProxy::GetChannel

Get the channel for the specified index of a particular type.

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

FMovieSceneChannel * GetChannel
(
    FName ChannelTypeName,
    int32 ChannelIndex
) const

Remarks

Get the channel for the specified index of a particular type.

Returns

A pointer to the channel, or nullptr if the index was invalid, or the type was not present

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