UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FNewLevelInstanceParams Struct Reference

#include <LevelInstanceTypes.h>

Public Member Functions

void HideCreationType ()
 
void SetForceExternalActors (bool bInForceExternalActors)
 
void SetExternalActors (bool bInExternalActors)
 
bool UseExternalActors () const
 

Public Attributes

ELevelInstanceCreationType Type = ELevelInstanceCreationType::LevelInstance
 
ELevelInstancePivotType PivotType = ELevelInstancePivotType::CenterMinZ
 
TObjectPtr< AActorPivotActor = nullptr
 
bool bAlwaysShowDialog = true
 
TObjectPtr< UWorldTemplateWorld = nullptr
 
FString LevelPackageName = TEXT("")
 
bool bPromptForSave = false
 
TSubclassOf< AActorLevelInstanceClass
 
bool bEnableStreaming = false
 

Member Function Documentation

◆ HideCreationType()

void FNewLevelInstanceParams::HideCreationType ( )
inline

◆ SetExternalActors()

void FNewLevelInstanceParams::SetExternalActors ( bool  bInExternalActors)
inline

◆ SetForceExternalActors()

void FNewLevelInstanceParams::SetForceExternalActors ( bool  bInForceExternalActors)
inline

◆ UseExternalActors()

bool FNewLevelInstanceParams::UseExternalActors ( ) const
inline

Member Data Documentation

◆ bAlwaysShowDialog

bool FNewLevelInstanceParams::bAlwaysShowDialog = true

◆ bEnableStreaming

bool FNewLevelInstanceParams::bEnableStreaming = false

◆ bPromptForSave

bool FNewLevelInstanceParams::bPromptForSave = false

◆ LevelInstanceClass

TSubclassOf<AActor> FNewLevelInstanceParams::LevelInstanceClass

◆ LevelPackageName

FString FNewLevelInstanceParams::LevelPackageName = TEXT("")

◆ PivotActor

TObjectPtr<AActor> FNewLevelInstanceParams::PivotActor = nullptr

◆ PivotType

ELevelInstancePivotType FNewLevelInstanceParams::PivotType = ELevelInstancePivotType::CenterMinZ

◆ TemplateWorld

TObjectPtr<UWorld> FNewLevelInstanceParams::TemplateWorld = nullptr

◆ Type


The documentation for this struct was generated from the following file: