Navigation
API > API/Plugins > API/Plugins/SlateIMBlueprint > API/Plugins/SlateIMBlueprint/USlateIMBlueprintFunctionLibrary
Description
Query whether a key was released this frame.
Only considers input events that make it to the SlateIM root. Input events handled by child widgets will not be considered.
| Name | IsKeyReleased |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SlateIM/Source/SlateIMBlueprint/Public/SlateIMBlueprintFunctionLibrary.h |
| Include Path | #include "SlateIMBlueprintFunctionLibrary.h" |
UFUNCTION (BlueprintCallable, Category="SlateIM|Input")
static bool IsKeyReleased
(
const FKey & InKey
)
true if the key was just released this frame
Parameters
| Name | Remarks |
|---|---|
| InKey | The key to query the state of |