Navigation
API > API/Plugins > API/Plugins/ImageWidgets > API/Plugins/ImageWidgets/SImageViewport
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ImageWidgets/Source/ImageWidgets/Public/SImageViewport.h |
| Include Path | #include "SImageViewport.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SImageViewport >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SImageViewport::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SImageViewport.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SImageViewport.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & bABComparisonEnabled
(
bool InArg |
Enables AB comparison controls in the toolbar | SImageViewport.h | |
WidgetArgsType & ControllerSettings
(
FControllerSettings InArg |
Settings for controlling the viewport | SImageViewport.h | |
WidgetArgsType & DrawSettings
(
const TAttribute< FDrawSettings >& InAttribute |
Settings for drawing viewport contents other than the actual image | SImageViewport.h | |
WidgetArgsType & OverlaySettings
(
const TAttribute< FOverlaySettings >& InAttribute |
Settings for customizing the viewport overlay | SImageViewport.h | |
WidgetArgsType & StatusBarExtender
(
TSharedPtr< FStatusBarExtender > InArg |
Extensions for the viewport status bar; valid hooks are "StatusBarLeft", "StatusBarCenter", "StatusBarRight" | SImageViewport.h | |
WidgetArgsType & ToolbarExtender
(
TSharedPtr< FExtender > InArg |
Extensions for the viewport toolbar; valid hooks are "ToolbarLeft", "ToolbarCenter", "ToolbarRight" | SImageViewport.h |