Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UWorld
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLevelCollection * FindCollectionByType
(
const ELevelCollectionType InType |
Returns the FLevelCollection for the given InType, or null if a collection of that type hasn't been created yet. | Engine/World.h | |
const FLevelCollection * FindCollectionByType
(
const ELevelCollectionType InType |
Returns the FLevelCollection for the given InType, or null if a collection of that type hasn't been created yet. | Engine/World.h |
FindCollectionByType(const ELevelCollectionType)
Description
Returns the FLevelCollection for the given InType, or null if a collection of that type hasn't been created yet.
| Name | FindCollectionByType |
| 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 * FindCollectionByType
(
const ELevelCollectionType InType
)
FindCollectionByType(const ELevelCollectionType)
Description
Returns the FLevelCollection for the given InType, or null if a collection of that type hasn't been created yet.
| Name | FindCollectionByType |
| 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 |
const FLevelCollection * FindCollectionByType
(
const ELevelCollectionType InType
) const