Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/SRetainerWidget
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/UMG/Public/Slate/SRetainerWidget.h |
| Include Path | #include "Slate/SRetainerWidget.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SRetainerWidget >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SRetainerWidget::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Slate/SRetainerWidget.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Slate/SRetainerWidget.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _RenderWithLocalTransform | bool | Slate/SRetainerWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & bWarnOnInvalidSize
(
bool InArg |
Slate/SRetainerWidget.h | ||
NamedSlotProperty< FArguments > Content() |
Slate/SRetainerWidget.h | ||
WidgetArgsType & Phase
(
int32 InArg |
Slate/SRetainerWidget.h | ||
WidgetArgsType & PhaseCount
(
int32 InArg |
Slate/SRetainerWidget.h | ||
WidgetArgsType & RenderOnInvalidation
(
bool InArg |
Slate/SRetainerWidget.h | ||
WidgetArgsType & RenderOnPhase
(
bool InArg |
Slate/SRetainerWidget.h | ||
WidgetArgsType & RenderWithLocalTransform
(
bool InArg |
Slate/SRetainerWidget.h | ||
WidgetArgsType & StatId
(
FName InArg |
Slate/SRetainerWidget.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments & operator[]
(
const TSharedRef< SWidget >& InChild |
Slate/SRetainerWidget.h |