Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UWorld
Description
Returns the FLevelCollection for the given InType. If one does not exist, it is created.
| Name | FindOrAddCollectionByType |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/World.h |
| Include Path | #include "Engine/World.h" |
| Source | /Engine/Source/Runtime/Engine/Private/World.cpp |
FLevelCollection & FindOrAddCollectionByType
(
const ELevelCollectionType InType
)