Navigation
API > API/Plugins > API/Plugins/LevelSequenceEditor
| Name | FLevelSequenceTrackSettings |
| Type | struct |
| Header File | /Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Public/Misc/LevelSequenceEditorSettings.h |
| Include Path | #include "Misc/LevelSequenceEditorSettings.h" |
Syntax
USTRUCT ()
struct FLevelSequenceTrackSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DefaultPropertyTracks | TArray< FLevelSequencePropertyTrackSettings > | List of property names for which movie scene tracks will be created automatically. | Misc/LevelSequenceEditorSettings.h |
|
| DefaultTracks | TArray< FSoftClassPath > | List of movie scene track classes to be added automatically. | Misc/LevelSequenceEditorSettings.h |
|
| ExcludeDefaultPropertyTracks | TArray< FLevelSequencePropertyTrackSettings > | List of property names for which movie scene tracks will not be created automatically. | Misc/LevelSequenceEditorSettings.h |
|
| ExcludeDefaultTracks | TArray< FSoftClassPath > | List of movie scene track classes not to be added automatically. | Misc/LevelSequenceEditorSettings.h |
|
| MatchingActorClass | FSoftClassPath | The Actor class to create movie scene tracks for. | Misc/LevelSequenceEditorSettings.h |
|