Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/UInputDeviceProperty
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/GameFramework/InputDeviceProperties.h |
| Include | #include "GameFramework/InputDeviceProperties.h" |
| Source | /Engine/Source/Runtime/Engine/Private/GameFramework/InputDeviceProperties.cpp |
static void ApplyDeviceProperty_Internal
(
const FPlatformUserId UserId,
const FInputDeviceId DeviceId,
FInputDeviceProperty * RawProperty
)
Remarks
Apply the given device property
Parameters
| Name | Description |
|---|---|
| UserId | The owning Platform User whose input device this property should be applied to. |
| RawProperty | The internal input device property to apply. |