FMovieSceneChannelProxy::GetChannels

Get all channels of the specified type

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelProxy.h

Include

#include "Channels/MovieSceneChannelProxy.h"

Syntax

template<typename ChannelType>
TArrayView< ChannelType * > GetChannels() const

Remarks

Get all channels of the specified type

Returns

A possibly empty array view of all the channels in this proxy that match the template type

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