Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/SUserWidget
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/SUserWidget.h |
| Include Path | #include "Widgets/SUserWidget.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SUserWidget >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SUserWidget::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/SUserWidget.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/SUserWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
NamedSlotProperty< FArguments > Content() |
Widgets/SUserWidget.h | ||
WidgetArgsType & HAlign
(
EHorizontalAlignment InArg |
Widgets/SUserWidget.h | ||
WidgetArgsType & VAlign
(
EVerticalAlignment InArg |
Widgets/SUserWidget.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments & operator[]
(
const TSharedRef< SWidget >& InChild |
Widgets/SUserWidget.h |