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
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
ULevelInstanceEditorSettings()
|
|
LevelInstanceEditorSettings.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bEnableStreaming |
bool |
|
LevelInstanceEditorSettings.h |
- Config
- EditAnywhere
- Category="World Partition"
- Meta=(ToolTip="Create World Partition Level Instances with Streaming Enabled/Disabled by default")
|
| bIsEditInPlaceStreamingEnabled |
bool |
|
LevelInstanceEditorSettings.h |
- Config
- EditAnywhere
- Category="World Partition"
- Meta=(ToolTip="Allow Editing Level Instances with Streaming Enabled")
|
| LevelInstanceClassName |
FString |
|
LevelInstanceEditorSettings.h |
|
| TemplateMapInfos |
TArray< FTemplateMapInfo > |
List of info for all known LevelInstance template maps |
LevelInstanceEditorSettings.h |
|
Functions
Public