Navigation
API > API/Plugins > API/Plugins/AvalancheEditorCore
| Name | SAvaUserInputDialog |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheEditorCore/Public/Widgets/SAvaUserInputDialog.h |
| Include Path | #include "Widgets/SAvaUserInputDialog.h" |
Syntax
class SAvaUserInputDialog : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SAvaUserInputDialog
- FSlateControlledConstruction → SWidget → SCompoundWidget → SAvaUserInputDialog
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| PrivateParentType | SCompoundWidget | Widgets/SAvaUserInputDialog.h | |
| PrivateThisType | SAvaUserInputDialog | Widgets/SAvaUserInputDialog.h | |
| Super | SCompoundWidget | Widgets/SAvaUserInputDialog.h | |
| ThisClass | SAvaUserInputDialog | Widgets/SAvaUserInputDialog.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAccepted | bool | Widgets/SAvaUserInputDialog.h | ||
| InputType | TSharedPtr< FAvaUserInputDialogDataTypeBase > | Widgets/SAvaUserInputDialog.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
Widgets/SAvaUserInputDialog.h | ||
TSharedPtr< FAvaUserInputDialogDataTypeBase > GetInputType() |
Widgets/SAvaUserInputDialog.h | ||
bool WasAccepted() |
Widgets/SAvaUserInputDialog.h |
Overridden from FSlateControlledConstruction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FSlateWidgetClassData & GetWidgetClass() |
Widgets/SAvaUserInputDialog.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool CreateModalDialog
(
const TSharedRef< FAvaUserInputDialogDataTypeBase >& InInputType, |
Widgets/SAvaUserInputDialog.h | ||
static const FSlateWidgetClassData & GetPrivateWidgetClass() |
Widgets/SAvaUserInputDialog.h | ||
static AVALANCHEEDITORCORE_API void PrivateRegisterAttributes
(
FSlateAttributeInitializer& |
Widgets/SAvaUserInputDialog.h | ||
static const FSlateWidgetClassData & StaticWidgetClass() |
Widgets/SAvaUserInputDialog.h |