Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/MovieScene/Public/MovieSceneNameableTrack.h |
Include |
#include "MovieSceneNameableTrack.h" |
class UMovieSceneNameableTrack : public UMovieSceneTrack
Base class for movie scene tracks that can be renamed by the user.
Name | Description | ||
---|---|---|---|
|
CanRename() |
Can rename this track. |
|
|
GetDefaultDisplayName() |
||
|
SetDisplayName ( |
Set the track's display name. |
|
|
SetTrackRowDisplayName |
Set the track row's display name. |
|
|
ValidateDisplayName |
Validate the new display name. |
Name | Description | ||
---|---|---|---|
|
GetDisplayName() |
Get the track's display name. |
|
|
GetTrackRowDisplayName ( |
Get the track row's display name. |