|
| static string | GetButtonNameFromInput (string pInputName, int pInputDeviceType) |
| |
| static map< int, ref TStringArray > | GetComboButtonNamesFromInput (string pInputName, int pInputDeviceType) |
| | returns a map of button names, combo or not
|
| |
| static array< string > | GetButtonIconPathFromInput (notnull UAInput pInput, int pInputDeviceType=EUAINPUT_DEVICE_CONTROLLER) |
| |
| static array< string > | GetButtonIconPathFromInput (string pInputName, int pInputDeviceType) |
| |
| static void | GetImagesetAndIconFromInputAction (notnull UAInput pInput, int pInputDeviceType, out array< string > pImageSet, out array< string > pIconName) |
| |
| static void | GetImagesetAndIconFromInputAction (string pInputAction, int pInputDeviceType, out array< string > pImageSet, out array< string > pIconName) |
| |
| static string | GetRichtextButtonIconFromInputAction (notnull UAInput pInput, string pLocalizedDescription, int pInputDeviceType=EUAINPUT_DEVICE_CONTROLLER, float pScale=ICON_SCALE_NORMAL, bool pVertical=false) |
| |
| static string | GetRichtextButtonIconFromInputAction (string pInputAction, string pLocalizedDescription, int pInputDeviceType=EUAINPUT_DEVICE_CONTROLLER, float pScale=ICON_SCALE_NORMAL, bool pVertical=false) |
| |
| static void | UpdateConsolePresetID () |
| |
| static int | GetConsolePresetID () |
| |
| static map< int, ref array< int > > | GetInputActionSortingMap () |
| |
| static array< int > | GetUnsortedInputActions () |
| |
| static bool | InitInputMetadata () |
| |
Definition at line 1 of file inpututils.c.
◆ GetButtonIconPathFromInput() [1/2]
| static array< string > InputUtils::GetButtonIconPathFromInput |
( |
notnull UAInput | pInput, |
|
|
int | pInputDeviceType = EUAINPUT_DEVICE_CONTROLLER ) |
|
staticprotected |
◆ GetButtonIconPathFromInput() [2/2]
| static array< string > InputUtils::GetButtonIconPathFromInput |
( |
string | pInputName, |
|
|
int | pInputDeviceType ) |
|
staticprotected |
◆ GetButtonNameFromInput()
| static string InputUtils::GetButtonNameFromInput |
( |
string | pInputName, |
|
|
int | pInputDeviceType ) |
|
staticprotected |
◆ GetComboButtonNamesFromInput()
returns a map of button names, combo or not
Definition at line 33 of file inpututils.c.
◆ GetConsolePresetID()
| static int InputUtils::GetConsolePresetID |
( |
| ) |
|
|
staticprotected |
◆ GetImagesetAndIconFromInputAction() [1/2]
| static void InputUtils::GetImagesetAndIconFromInputAction |
( |
notnull UAInput | pInput, |
|
|
int | pInputDeviceType, |
|
|
out array< string > | pImageSet, |
|
|
out array< string > | pIconName ) |
|
staticprotected |
Asia vs Europe/N.America controller layout
Definition at line 118 of file inpututils.c.
◆ GetImagesetAndIconFromInputAction() [2/2]
| static void InputUtils::GetImagesetAndIconFromInputAction |
( |
string | pInputAction, |
|
|
int | pInputDeviceType, |
|
|
out array< string > | pImageSet, |
|
|
out array< string > | pIconName ) |
|
staticprotected |
◆ GetInputActionSortingMap()
| static map< int, ref array< int > > InputUtils::GetInputActionSortingMap |
( |
| ) |
|
|
staticprotected |
◆ GetRichtextButtonIconFromInputAction() [1/2]
first element is already taken
Definition at line 167 of file inpututils.c.
◆ GetRichtextButtonIconFromInputAction() [2/2]
◆ GetUnsortedInputActions()
| static array< int > InputUtils::GetUnsortedInputActions |
( |
| ) |
|
|
staticprotected |
◆ InitInputMetadata()
| static bool InputUtils::InitInputMetadata |
( |
| ) |
|
|
staticprotected |
◆ UpdateConsolePresetID()
| static void InputUtils::UpdateConsolePresetID |
( |
| ) |
|
|
staticprotected |
◆ ICON_SCALE_NORMAL
| const float InputUtils::ICON_SCALE_NORMAL = 1.21 |
|
staticprotected |
◆ ICON_SCALE_TOOLBAR
| const float InputUtils::ICON_SCALE_TOOLBAR = 1.81 |
|
staticprotected |
◆ m_InputActionSortingMap
◆ m_UnsortedInputActions
| ref array<int> InputUtils::m_UnsortedInputActions |
|
staticprotected |
The documentation for this class was generated from the following file: