| Alignment |
FVector2f |
How the root is aligned to its anchor (normalized units) |
SlateIMParameters.h |
- BlueprintReadWrite
- EditAnywhere
- Category="SlateIM"
|
| Anchors |
FAnchors |
How to anchor the root within the viewport (normalized units) |
SlateIMParameters.h |
- BlueprintReadWrite
- EditAnywhere
- Category="SlateIM"
|
| Offset |
FVector2f |
Offset the root from the anchored position in the viewport (in slate units) |
SlateIMParameters.h |
- BlueprintReadWrite
- EditAnywhere
- Category="SlateIM"
|
| Scale |
float |
Global scale to apply within the viewport |
SlateIMParameters.h |
- BlueprintReadWrite
- EditAnywhere
- Category="SlateIM"
|
| Size |
TOptional< FVector2f > |
Optional set the size (in slate units) of the root in the viewport. |
SlateIMParameters.h |
- BlueprintReadWrite
- EditAnywhere
- Category="SlateIM"
|
| ZOrder |
int32 |
The ZOrder of the SlateIM widget in the viewport |
SlateIMParameters.h |
- BlueprintReadWrite
- EditAnywhere
- Category="SlateIM"
|