Navigation
API > API/Plugins > API/Plugins/ImageWidgets > API/Plugins/ImageWidgets/SImageViewport
Settings related to drawing viewport contents other than the image itself.
| Name | FDrawSettings |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ImageWidgets/Source/ImageWidgets/Public/SImageViewport.h |
| Include Path | #include "SImageViewport.h" |
Syntax
struct FDrawSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BackgroundCheckerColor1 | FLinearColor | First color used in the background checker texture. | SImageViewport.h | |
| BackgroundCheckerColor2 | FLinearColor | Second color used in the background checker texture. | SImageViewport.h | |
| BackgroundCheckerSize | uint32 | Size of a single square within the background checker texture in pixels. | SImageViewport.h | |
| BackgroundColor | FLinearColor | Color for the background within the image rectangle. | SImageViewport.h | |
| bBackgroundCheckerEnabled | bool | Flag that enabled the drawing of a background checker texture. | SImageViewport.h | |
| bBackgroundColorEnabled | bool | Flag that enables the drawing of the background color within the image rectangle. | SImageViewport.h | |
| bBorderEnabled | bool | Flag that enables drawing a border around the image. | SImageViewport.h | |
| BorderColor | FLinearColor | Color of the border | SImageViewport.h | |
| BorderThickness | float | Thickness of the border. | SImageViewport.h | |
| ClearColor | FLinearColor | Clear color for the viewport. | SImageViewport.h |