FMovieSceneChannelMetaData::SetIdentifiers

Set the identifiers for this editor data

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

void SetIdentifiers
(
    FName InName,
    FText InDisplayText,
    FText InGroup
)

Remarks

Set the identifiers for this editor data

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

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