Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UPlatformSettings
- UInputPlatformSettings
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/GameFramework/InputSettings.h |
| Include | #include "GameFramework/InputSettings.h" |
Syntax
UCLASS (Config=Input, defaultconfig, MinimalAPI)
class UInputPlatformSettings : public UPlatformSettings
Remarks
Per-Platform input options
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FHardwareDeviceIdentifier > | HardwareDevices | A list of identifiable hardware devices available on this platform | |
| int32 | MaxPlatformUserCount | The max number of FPlatformUserId's which can be allocated on this platform. | |
| int32 | MaxTriggerFeedbackPosition | The maximum position that a trigger can be set to | |
| int32 | MaxTriggerFeedbackStrength | The maximum strength that trigger feedback can be set to | |
| int32 | MaxTriggerVibrationAmplitude | The maximum amplitude that can be set on trigger vibrations | |
| int32 | MaxTriggerVibrationFrequency | The max frequency that a trigger vibration can occur | |
| int32 | MaxTriggerVibrationTriggerPosition | The max position that a vibration trigger effect can be set to. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddHardwareDeviceIdentifier
(
const FHardwareDeviceIdentifier& InHardwareDevice |
Add the given hardware device identifier to this platform's settings. | |
| UInputPlatformSettings * | Get () |
||
| const TArray< FName > & | Returns an array of Hardware device names from every registered platform ini. | ||
| const FHardwareDeviceIdentifier * | GetHardwareDeviceForClassName
(
const FName InHardwareDeviceIdentifier |
Returns the first matching FHardwareDeviceIdentifier that has the given HardwareDeviceIdentifier. | |
| const TArray< FHardwareDeviceIdentifier > & | Returns an array of all Hardware Device Identifiers known to this platform |