Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ULevel
Description
Convert this level actors to the specified loading strategy
does not affect the level bUseExternalActors flag
| Name | ConvertAllActorsToPackaging |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Level.h |
| Include Path | #include "Engine/Level.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Level.cpp |
void ConvertAllActorsToPackaging
(
bool bExternal
)
Parameters
| Name | Remarks |
|---|---|
| bExternal | if true will convert internal actors to external, will convert external actors to internal otherwise |