Navigation
API > API/Plugins > API/Plugins/SlateIM
| Name | FViewportRootLayout |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/SlateIM/Source/SlateIM/Public/SlateIM.h |
| Include Path | #include "SlateIM.h" |
Syntax
struct FViewportRootLayout
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Alignment | FVector2f | How the root is aligned to its anchor (normalized units) | SlateIM.h | |
| Anchors | FAnchors | How to anchor the root within the viewport (normalized units) | SlateIM.h | |
| Offset | FVector2f | Offset the root from the anchored position in the viewport (in slate units) | SlateIM.h | |
| Size | TOptional< FVector2f > | Optional set the size (in slate units) of the root in the viewport. | SlateIM.h | |
| ZOrder | int32 | The ZOrder of the SlateIM widget in the viewport | SlateIM.h |