Navigation
API > API/Plugins > API/Plugins/RawInput
| |
|
| Name |
FRawInputDeviceButtonProperties |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/RawInput/Source/RawInput/Public/RawInputSettings.h |
| Include Path |
#include "RawInputSettings.h" |
Syntax
USTRUCT ()
struct FRawInputDeviceButtonProperties
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FRawInputDeviceButtonProperties()
|
|
RawInputSettings.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bEnabled |
uint8 |
Whether the button is enabled. |
RawInputSettings.h |
- EditAnywhere
- Category="Button Properties"
|
| Key |
FKey |
Which key to emit the values from this button to. |
RawInputSettings.h |
- EditAnywhere
- Category="Button Properties"
- Meta=(EditCondition="bEnabled")
|
Functions
Public