Navigation
API > API/Plugins > API/Plugins/SlateIMEngine
Extra optional parameters for rendering text.
| Name | FSlateIMEngineTextRenderParams |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/SlateIM/Source/SlateIMEngine/Public/SlateIMEngineParameters.h |
| Include Path | #include "SlateIMEngineParameters.h" |
Syntax
USTRUCT (BlueprintType )
struct FSlateIMEngineTextRenderParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCentreX | bool | If true, the text is centered on the given draw position on the X axis. | SlateIMEngineParameters.h |
|
| bCentreY | bool | If true, the text is centered on the given draw position on the Y axis. | SlateIMEngineParameters.h |
|
| bOutlined | bool | If true, outline the text. | SlateIMEngineParameters.h |
|
| Kerning | float | Adjust the distance between letters. | SlateIMEngineParameters.h |
|
| OutlineColor | FLinearColor | Color of the text outline. | SlateIMEngineParameters.h |
|
| RenderColor | FLinearColor | The color of the text. | SlateIMEngineParameters.h |
|
| Scale | FVector2D | The scale of the text on the canvas. | SlateIMEngineParameters.h |
|
| ShadowColor | FLinearColor | The color of the text shadow. | SlateIMEngineParameters.h |
|
| ShadowOffset | FVector2D | The offset of the shadow from the text it is shadowing. | SlateIMEngineParameters.h |
|