Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Hardware Device Identifier' into its member fields
Outputs
| Type | Name | Description |
|---|---|---|
| name | Hardware Device Identifier | The name of this hardware device.This should correspond with a FInputDeviceScope that is used by an IInputDevice |
| name | Input Class Name | The name of the Input Class that uses this hardware device.This should correspond with a FInputDeviceScope that is used by an IInputDevice |
| enum | Primary Device Type | The generic type that this hardware identifies as. This can be used to easily determine behaviors |
| integer | Supported Features Mask | Flags that represent this hardware device's traits |