FMovieSceneChannelMetaData

Editor meta data for a channel of data within a movie scene section

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Channels/MovieSceneChannelEditorData.h"

Syntax

struct FMovieSceneChannelMetaData

Remarks

Editor meta data for a channel of data within a movie scene section

Variables

Name Description

Public variable

uint8: 1

 

bCanCollapseToTrack

True if this channel can be collapsed onto the top level track node

Public variable

uint8: 1

 

bEnabled

Whether this channel is enabled or not

Public variable

TOptional< FLin...

 

Color

Optional color to draw underneath the keys on this channel

Public variable

FText

 

DisplayText

Text to display on this channel's key area node

Public variable

FText

 

Group

Name to group this channel with others of the same group name

Public variable

FName

 

Name

This channel's unique name

Public variable

uint32

 

SortOrder

A sort order for this channel.

Constructors

Name Description

Public function

FMovieSceneChannelMetaData()

Default Constructor

Public function

FMovieSceneChannelMetaData

(
    FName InName,
    FText InDisplayText,
    FText InGroup,
    bool bInEnabled
)

Construction from a name and display text. Necessary when there is more than one channel.

Functions

Name Description

Public function

void

 

SetIdentifiers

(
    FName InName,
    FText InDisplayText,
    FText InGroup
)

Set the identifiers for this editor data

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