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 RemoveDevicePropertyHandles
(
const TSet < FInputDevicePropertyHandle > & HandlesToRemove
)
Remarks
Remove a set of device properties based on their handles. The number of removed device properties
Parameters
| Name | Description |
|---|---|
| HandlesToRemove | The set of device property handles to remove |