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",
Meta=(AutoCreateRefTerm="Params", ReturnDisplayName="Device Property Handle"))
FInputDevicePropertyHandle ActivateDevicePropertyOfClass
(
TSubclassOf < UInputDeviceProperty > PropertyClass,
const FActivateDevicePropertyParams & Params
)
Remarks
Spawn a new instance of the given device property class and activate it.