Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/Input
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCommonUIInputSettings
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/Input/CommonUIInputSettings.h |
| Include | #include "Input/CommonUIInputSettings.h" |
Syntax
UCLASS&40;Config&61;Input, defaultconfig, MinimalAPI&41;
class UCommonUIInputSettings : public UObject
Remarks
Project-wide input settings for UI input actions
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FUIInputAction * | FindAction
(
FUIActionTag ActionTag |
||
| const UCommonUIInputSettings & | Get () |
||
| const FCommonAnalogCursorSettings & | |||
| int32 | |||
| const TArray< FUIInputAction > & |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |