Navigation
API > API/Runtime > API/Runtime/Core
| Name | FScopedLoadingState |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/CoreGlobals.h |
| Include Path | #include "CoreGlobals.h" |
Syntax
struct FScopedLoadingState
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FScopedLoadingState
(
FString&& InMessage |
CoreGlobals.h | ||
FScopedLoadingState
(
const FString& InMessage |
CoreGlobals.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FScopedLoadingState() |
CoreGlobals.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Message | FString | CoreGlobals.h |