Navigation
API > API/Developer > API/Developer/ToolWidgets
| Name | SVerticalResizeBox |
| Type | class |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/SResizeBox.h |
| Include Path | #include "SResizeBox.h" |
Syntax
class SVerticalResizeBox : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SVerticalResizeBox
- FSlateControlledConstruction → SWidget → SCompoundWidget → SVerticalResizeBox
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnContentHeightChanged | TBaseDelegate_OneParam< void, float > | SResizeBox.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ContentHeight | TAttribute< float > | SResizeBox.h | ||
| ContentHeightChanged | FOnContentHeightChanged | SResizeBox.h | ||
| DragStartContentHeight | float | SResizeBox.h | ||
| DragStartLocation | float | SResizeBox.h | ||
| HandleBrush | FSlateBrush | SResizeBox.h | ||
| HandleColor | TAttribute< FLinearColor > | SResizeBox.h | ||
| HandleHeight | float | SResizeBox.h | ||
| HandleHighlightColor | TAttribute< FLinearColor > | SResizeBox.h | ||
| LastMouseLocation | TOptional< float > | SResizeBox.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
SResizeBox.h |
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FCursorReply OnCursorQuery
(
const FGeometry& MyGeometry, |
SResizeBox.h | ||
virtual FReply OnMouseButtonDown
(
const FGeometry& MyGeometry, |
SResizeBox.h | ||
virtual FReply OnMouseButtonUp
(
const FGeometry& MyGeometry, |
SResizeBox.h | ||
virtual FReply OnMouseMove
(
const FGeometry& MyGeometry, |
SResizeBox.h | ||
virtual int32 OnPaint
(
const FPaintArgs& Args, |
SResizeBox.h |