Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/UInputDeviceSubsystem
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/GameFramework/InputDeviceSubsystem.h |
| Include | #include "GameFramework/InputDeviceSubsystem.h" |
| Source | /Engine/Source/Runtime/Engine/Private/GameFramework/InputDeviceSubsystem.cpp |
UFUNCTION (BlueprintCallable, Category="Input Devices")
void RemoveDevicePropertyByHandle
(
const FInputDevicePropertyHandle HandleToRemove
)
Remarks
Remove a single device property based on it's handle The number of removed device properties.
Parameters
| Name | Description |
|---|---|
| FInputDevicePropertyHandle | Device property handle to be removed |