Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine > UWorld
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Engine/World.h |
Include | #include "Engine/World.h" |
Source | /Engine/Source/Runtime/Engine/Private/LevelActor.cpp |
void LoadSecondaryLevels
&40;
bool bForce,
TSet< FName > &42; FilenamesToSkip
&41;
Remarks
Called after GWorld has been set. Used to load, but not associate, all levels in the world in the Editor and at least create linkers in the game. Should only be called against GWorld::PersistentLevel's WorldSettings.
Parameters
Name | Description |
---|---|
bForce | If true, load the levels even is a commandlet |