Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | SGenericDialogWidget |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Dialogs/Dialogs.h |
| Include Path | #include "Dialogs/Dialogs.h" |
Syntax
class SGenericDialogWidget : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SGenericDialogWidget
- FSlateControlledConstruction → SWidget → SCompoundWidget → SGenericDialogWidget
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MyWindow | TWeakPtr< SWindow > | Pointer to the containing window. | Dialogs/Dialogs.h | |
| OkPressedDelegate | FSimpleDelegate | Dialogs/Dialogs.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Dialogs/Dialogs.h | ||
void SetWindow
(
TSharedPtr< SWindow > InWindow |
Sets the window of this dialog. | Dialogs/Dialogs.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void OpenDialog
(
const FText& InDialogTitle, |
Dialogs/Dialogs.h |