Navigation
API > API/Runtime > API/Runtime/Engine
| Name | ULevelInstanceSettings |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/LevelInstance/LevelInstanceSettings.h |
| Include Path | #include "LevelInstance/LevelInstanceSettings.h" |
Syntax
UCLASS (MinimalAPI, Config=Engine, defaultconfig)
class ULevelInstanceSettings : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → ULevelInstanceSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULevelInstanceSettings() |
LevelInstance/LevelInstanceSettings.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DisableLevelInstanceSupport() |
LevelInstance/LevelInstanceSettings.h | ||
bool IsLevelInstanceDisabled() |
LevelInstance/LevelInstanceSettings.h | ||
bool IsLevelInstanceEditCompatibleWithLandscapeEdit() |
LevelInstance/LevelInstanceSettings.h | ||
bool IsPropertyOverrideEnabled() |
LevelInstance/LevelInstanceSettings.h | ||
void SetIsLevelInstanceDisabled
(
bool bValue |
LevelInstance/LevelInstanceSettings.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static ULevelInstanceSettings * Get() |
LevelInstance/LevelInstanceSettings.h |