Navigation
API > API/Plugins > API/Plugins/SlateIMBlueprint > API/Plugins/SlateIMBlueprint/USlateIMBlueprintFunctionLibrary
Description
Retrieve the analog value for a key
Only considers input events that make it to the SlateIM root. Input events handled by child widgets will not be considered.
| Name | GetKeyAnalogValue |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SlateIM/Source/SlateIMBlueprint/Public/SlateIMBlueprintFunctionLibrary.h |
| Include Path | #include "SlateIMBlueprintFunctionLibrary.h" |
UFUNCTION (BlueprintCallable, Category="SlateIM|Input")
static float GetKeyAnalogValue
(
const FKey & InKey
)
the last analog value the SlateIM root received for the specified key
Parameters
| Name | Remarks |
|---|---|
| InKey | The key to query the state of |