Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UInputDeviceProperty
Description
Reset the current device property. Provides an opportunity to reset device state after evaluation is complete. If overriding in Blueprints, make sure to call the parent function!
| Name | ResetDeviceProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/InputDeviceProperties.h |
| Include Path | #include "GameFramework/InputDeviceProperties.h" |
UFUNCTION (BlueprintNativeEvent, Category="InputDevice")
void ResetDeviceProperty
(
const FPlatformUserId PlatformUser,
const FInputDeviceId DeviceId,
bool bForceReset
)
Parameters
| Name | Remarks |
|---|---|
| PlatformUser | The platform user that should receive this device property change |