Navigation
API > API/Developer > API/Developer/ToolWidgets > API/Developer/ToolWidgets/SVerticalResizeBox
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/SResizeBox.h |
| Include Path | #include "SResizeBox.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SVerticalResizeBox >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SVerticalResizeBox::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SResizeBox.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SResizeBox.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
NamedSlotProperty< FArguments > Content() |
SResizeBox.h | ||
WidgetArgsType & ContentHeight
(
const TAttribute< float >& InAttribute |
SResizeBox.h | ||
WidgetArgsType & ContentHeightChanged
(
const FOnContentHeightChanged& InDelegate |
SResizeBox.h | ||
WidgetArgsType & HandleColor
(
const TAttribute< FLinearColor >& InAttribute |
SResizeBox.h | ||
WidgetArgsType & HandleHeight
(
float InArg |
SResizeBox.h | ||
WidgetArgsType & HandleHighlightColor
(
const TAttribute< FLinearColor >& InAttribute |
SResizeBox.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments & operator[]
(
const TSharedRef< SWidget >& InChild |
SResizeBox.h |