Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UInputDeviceSubsystem
Description
Returns a pointer to the active input device property with the given handle. Returns null if the property doesn't exist
| Name | GetActiveDeviceProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/InputDeviceSubsystem.h |
| Include Path | #include "GameFramework/InputDeviceSubsystem.h" |
| Source | /Engine/Source/Runtime/Engine/Private/GameFramework/InputDeviceSubsystem.cpp |
UFUNCTION (BlueprintCallable, Category="Input Devices", Meta=(ReturnDisplayName="Device Property"))
UInputDeviceProperty * GetActiveDeviceProperty
(
const FInputDevicePropertyHandle Handle
) const