Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FNewLevelInstanceParams |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/LevelInstance/LevelInstanceTypes.h |
| Include Path | #include "LevelInstance/LevelInstanceTypes.h" |
Syntax
USTRUCT ()
struct FNewLevelInstanceParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAlwaysShowDialog | bool | LevelInstance/LevelInstanceTypes.h | ||
| bEnableStreaming | bool | LevelInstance/LevelInstanceTypes.h | ||
| bPromptForSave | bool | LevelInstance/LevelInstanceTypes.h | ||
| LevelInstanceClass | TSubclassOf< AActor > | LevelInstance/LevelInstanceTypes.h | ||
| LevelPackageName | FString | LevelInstance/LevelInstanceTypes.h | ||
| PivotActor | TObjectPtr< AActor > | LevelInstance/LevelInstanceTypes.h |
|
|
| PivotType | ELevelInstancePivotType | LevelInstance/LevelInstanceTypes.h |
|
|
| TemplateWorld | TObjectPtr< UWorld > | LevelInstance/LevelInstanceTypes.h | ||
| Type | ELevelInstanceCreationType | LevelInstance/LevelInstanceTypes.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bExternalActors | bool | LevelInstance/LevelInstanceTypes.h |
|
|
| bForceExternalActors | bool | LevelInstance/LevelInstanceTypes.h | ||
| bHideCreationType | bool | LevelInstance/LevelInstanceTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void HideCreationType() |
LevelInstance/LevelInstanceTypes.h | ||
void SetExternalActors
(
bool bInExternalActors |
LevelInstance/LevelInstanceTypes.h | ||
void SetForceExternalActors
(
bool bInForceExternalActors |
LevelInstance/LevelInstanceTypes.h | ||
bool UseExternalActors() |
LevelInstance/LevelInstanceTypes.h |