Navigation
API > API/Plugins > API/Plugins/ImageWidgets > API/Plugins/ImageWidgets/SImageViewport
Settings related to viewport controls.
| Name | FControllerSettings |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ImageWidgets/Source/ImageWidgets/Public/SImageViewport.h |
| Include Path | #include "SImageViewport.h" |
Syntax
struct FControllerSettings
Enums
Public
| Name | Remarks |
|---|---|
| EDefaultZoomMode |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnInputKey | TBaseDelegate_OneParam< bool, const FInputKeyEventArgs &EventArgs > | Delegate for custom input key event handling in the viewport client. | SImageViewport.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DefaultZoomMode | EDefaultZoomMode | Zoom mode that gets set on viewport construction and whenever the viewport controller is reset via | SImageViewport.h | |
| OnInputKey | FOnInputKey | Delegate for custom input key handling. | SImageViewport.h |