Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FMovieSceneChannelMetaData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default Constructor | Channels/MovieSceneChannelEditorData.h | ||
FMovieSceneChannelMetaData
(
FName InName, |
Construction from a name and display text. Necessary when there is more than one channel. | Channels/MovieSceneChannelEditorData.h |
FMovieSceneChannelMetaData()
Description
Default Constructor
| Name | FMovieSceneChannelMetaData |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelEditorData.h |
| Include Path | #include "Channels/MovieSceneChannelEditorData.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Channels/MovieSceneChannelEditorData.cpp |
FMovieSceneChannelMetaData()
FMovieSceneChannelMetaData(FName, FText, FText, bool)
Description
Construction from a name and display text. Necessary when there is more than one channel.
| Name | FMovieSceneChannelMetaData |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelEditorData.h |
| Include Path | #include "Channels/MovieSceneChannelEditorData.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Channels/MovieSceneChannelEditorData.cpp |
FMovieSceneChannelMetaData
(
FName InName,
FText InDisplayText,
FText InGroup,
bool bInEnabled
)
Parameters
| Name | Remarks |
|---|---|
| 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. |