FMovieSceneChannelMetaData::FMovieSceneChannelMetaData

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

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Channels/MovieSceneChannelEditorData.h"

Source

/Engine/Source/Runtime/MovieScene/Private/Channels/MovieSceneChannelEditorData.cpp

Syntax

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

Remarks

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

Parameters

Parameter

Description

InName

The unique name of this channel within the section

InDisplayText

Text to display on the sequencer node tree

InGroup

(Optional) When not empty, specifies a name to group channels by

bInEnabled

(Optional) When true the channel is enabled, if false it is not.

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