Navigation
API > API/Plugins > API/Plugins/SlateIMBlueprint > API/Plugins/SlateIMBlueprint/USlateIMBlueprintFunctionLibrary
Description
Query whether a key is being held this frame.
Only considers input events that make it to the SlateIM root. Input events handled by child widgets will not be considered.
| Name | IsKeyHeld |
| 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 IsKeyHeld
(
const FKey & InKey
)
true if the key was pressed or held this frame
Parameters
| Name | Remarks |
|---|---|
| InKey | The key to query the state of |