Hotkeys working now
This commit is contained in:
@@ -140,4 +140,18 @@ public:
|
||||
//
|
||||
UFUNCTION(BlueprintCallable, Category = "Input", meta = (ExpandEnumAsExecs="ReturnValue"))
|
||||
static ElxUsedOrNotUsed IsKeyUsedByMappingContext(const FKey &Key, const UInputMappingContext *MappingContext);
|
||||
|
||||
// Get a key by name.
|
||||
//
|
||||
// Returns the null key if there is no such key.
|
||||
//
|
||||
UFUNCTION(BlueprintPure, Category = "Input|Key")
|
||||
static FKey GetKeyByName(const FName &Name);
|
||||
|
||||
// Get a key by name string.
|
||||
//
|
||||
// Returns the null key if there is no such key.
|
||||
//
|
||||
UFUNCTION(BlueprintPure, Category = "Input|Key")
|
||||
static FKey GetKeyByNameString(const FString &Name);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user