Navigation
API > API/Plugins > API/Plugins/SlateIMBlueprint > API/Plugins/SlateIMBlueprint/USlateIMBlueprintFunctionLibrary
Description
Add a line graph of values to the graph widget. The value index is used as the X-value when plotting, the graph will scale horizontally to fit all values in the array.
| Name | GraphLineValues |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SlateIM/Source/SlateIMBlueprint/Public/SlateIMBlueprintFunctionLibrary.h |
| Include Path | #include "SlateIMBlueprintFunctionLibrary.h" |
UFUNCTION (BlueprintCallable, Category="SlateIM|Graph")
static void GraphLineValues
(
const TArray < double > & Values,
const FSlateIMGraphLineValuesParams & Params
)
Parameters
| Name | Remarks |
|---|---|
| Values | The Y values to plot on the graph |
| Params | Additional parameters used to draw the line |