Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > Dialogs
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SGenericDialogWidget
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Public/Dialogs/Dialogs.h |
Include | #include "Dialogs/Dialogs.h" |
Syntax
class SGenericDialogWidget : public SCompoundWidget
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Construct
(
const FArguments& InArgs |
|
![]() ![]() |
void | OpenDialog
(
const FText& InDialogTitle, |
|
![]() |
void | SetWindow
(
TSharedPtr< SWindow > InWindow |
Sets the window of this dialog. |
Classes
Type | Name | Description | |
---|---|---|---|
![]() |
FArguments |