Navigation
API > API/Editor > API/Editor/LevelInstanceEditor
| Name | ULevelInstanceEditorSettings |
| Type | class |
| Header File | /Engine/Source/Editor/LevelInstanceEditor/Public/LevelInstanceEditorSettings.h |
| Include Path | #include "LevelInstanceEditorSettings.h" |
Syntax
UCLASS (Config=Editor, defaultconfig, Meta=(DisplayName="Level Instance"))
class ULevelInstanceEditorSettings : public UDeveloperSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDeveloperSettings → ULevelInstanceEditorSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULevelInstanceEditorSettings() |
LevelInstanceEditorSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEnableStreaming | bool | LevelInstanceEditorSettings.h |
|
|
| bIsEditInPlaceStreamingEnabled | bool | LevelInstanceEditorSettings.h |
|
|
| LevelInstanceClassName | FString | LevelInstanceEditorSettings.h |
|
|
| TemplateMapInfos | TArray< FTemplateMapInfo > | List of info for all known LevelInstance template maps | LevelInstanceEditorSettings.h |
|