Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UEngine
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsPreparingMapChange
(
UWorld* InWorld |
Engine/Engine.h | ||
bool IsPreparingMapChange
(
FWorldContext& Context |
Returns whether we are currently preparing for a map change or not. | Engine/Engine.h |
IsPreparingMapChange(UWorld *)
| Name | IsPreparingMapChange |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Engine.h |
| Include Path | #include "Engine/Engine.h" |
bool IsPreparingMapChange
(
UWorld * InWorld
)
IsPreparingMapChange(FWorldContext &)
Description
Returns whether we are currently preparing for a map change or not.
| Name | IsPreparingMapChange |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Engine.h |
| Include Path | #include "Engine/Engine.h" |
| Source | /Engine/Source/Runtime/Engine/Private/UnrealEngine.cpp |
bool IsPreparingMapChange
(
FWorldContext & Context
)
true if we are preparing for a map change, false otherwise