Navigation
API > API/Plugins > API/Plugins/LevelSequenceEditor > API/Plugins/LevelSequenceEditor/Misc
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- ULevelSequenceEditorSettings
References
| Module | LevelSequenceEditor |
| Header | /Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Public/Misc/LevelSequenceEditorSettings.h |
| Include | #include "Misc/LevelSequenceEditorSettings.h" |
Syntax
UCLASS&40;Config&61;EditorPerProjectUserSettings&41;
class ULevelSequenceEditorSettings : public UObject
Remarks
Level Sequence Editor settings.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAutoBindToPIE | Specifies whether to automatically bind an active sequencer UI to PIE worlds. | |
| bool | bAutoBindToSimulate | Specifies whether to automatically bind an active sequencer UI to simulate worlds. | |
| TArray< FLevelSequenceTrackSettings > | TrackSettings | Specifies class properties for which movie scene tracks will be created automatically. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
ULevelSequenceEditorSettings
(
const FObjectInitializer& ObjectInitializer |