Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Channels > FMovieSceneChannelMetaData > FMovieSceneChannelMetaData
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 |
FMovieSceneChannelMetaData
&40;
FName InName,
FText InDisplayText,
FText InGroup,
bool bInEnabled
&41;
Remarks
Construction from a name and display text. Necessary when there is more than one channel.
Parameters
Name | 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. |