Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCoreDelegates
| |
|
| Name |
FModalWindowContext |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Core/Public/Misc/CoreDelegates.h |
| Include Path |
#include "Misc/CoreDelegates.h" |
Syntax
struct FModalWindowContext
Typedefs
| Name |
Type |
Remarks |
Include Path |
| FWindowHandle |
std::intptr_t |
Guaranteed to match between PreSlateModalWithContext and PostSlateModalWithContext. |
Misc/CoreDelegates.h |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bIsSlowTaskWindow |
TOptional< bool > |
Only available in PreSlateModalWithContext. |
Misc/CoreDelegates.h |
|
| WindowIdentifier |
FWindowHandle |
|
Misc/CoreDelegates.h |
|