Navigation
API > API/Plugins > API/Plugins/SlateIM
| |
|
| Name |
FSlateIMGraphLinePointsParams |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/SlateIM/Source/SlateIM/Public/SlateIMParameters.h |
| Include Path |
#include "SlateIMParameters.h" |
Syntax
USTRUCT (BlueprintType )
struct FSlateIMGraphLinePointsParams
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| LineColor |
FLinearColor |
The color of the line to draw for this graph |
SlateIMParameters.h |
- BlueprintReadWrite
- EditAnywhere
- Category="SlateIM"
|
| LineThickness |
float |
How thick to draw the line |
SlateIMParameters.h |
- BlueprintReadWrite
- EditAnywhere
- Category="SlateIM"
|
| XViewRange |
FDoubleRange |
The min and max X values to horizontally scale the graph to |
SlateIMParameters.h |
- BlueprintReadWrite
- EditAnywhere
- Category="SlateIM"
|
| YViewRange |
FDoubleRange |
The min and max Y values to vertically scale the graph to |
SlateIMParameters.h |
- BlueprintReadWrite
- EditAnywhere
- Category="SlateIM"
|