Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Channels > 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 |
void SetIdentifiers
&40;
FName InName,
FText InDisplayText,
FText InGroup
&41;
Remarks
Set the identifiers for this editor data
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 |