Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FLevelCollection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLevelCollection & operator=
(
const FLevelCollection& |
Engine/World.h | ||
FLevelCollection & operator=
(
FLevelCollection&& Other |
Engine/World.h |
operator=(const FLevelCollection &)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/World.h |
| Include Path | #include "Engine/World.h" |
FLevelCollection & operator=
(
const FLevelCollection &
)
operator=(FLevelCollection &&)
| Name | operator= |
| 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 & operator=
(
FLevelCollection && Other
)