Navigation
API > API/Editor > API/Editor/UMGEditor > API/Editor/UMGEditor/SZoomPan
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Editor/UMGEditor/Public/Designer/SZoomPan.h |
| Include Path | #include "Designer/SZoomPan.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SZoomPan >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SZoomPan::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Designer/SZoomPan.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Designer/SZoomPan.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
NamedSlotProperty< FArguments > Content() |
Slot for this designers content (optional) | Designer/SZoomPan.h | |
WidgetArgsType & ViewOffset
(
const TAttribute< FVector2D >& InAttribute |
Designer/SZoomPan.h | ||
WidgetArgsType & ZoomAmount
(
const TAttribute< float >& InAttribute |
Designer/SZoomPan.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments & operator[]
(
const TSharedRef< SWidget >& InChild |
Designer/SZoomPan.h |