FMovieSceneChannelEntry

An entry within [FMovieSceneChannelProxy](API\Runtime\MovieScene\Channels\FMovieSceneChannelProxy) that contains all channels (and editor data) for any given channel type

Windows
MacOS
Linux

Inheritance Hierarchy

FMovieSceneChannelEditorDataEntry

FMovieSceneChannelEntry

References

Module

MovieScene

Header

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

Include

#include "Channels/MovieSceneChannelProxy.h"

Syntax

struct FMovieSceneChannelEntry : public FMovieSceneChannelEditorDataEntry

Remarks

An entry within FMovieSceneChannelProxy that contains all channels (and editor data) for any given channel type

Constructors

No constructors are accessible with public or protected access.

Functions

Name Description

Public function Const

TArrayView< ...

 

GetAllExtendedEditorData()

Access extended typed editor data for channels stored in this entry

Public function Const

TArrayView< ...

 

GetChannels()

Access all the channels contained within this entry

Public function Const

FName

 

GetChannelTypeName()

Get the type name of the channels stored in this entry

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