Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/Input
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDataTable
- UCommonGenericInputActionDataTable
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/Input/CommonGenericInputActionDataTable.h |
| Include | #include "Input/CommonGenericInputActionDataTable.h" |
Syntax
UCLASS&40;BlueprintType&41;
class UCommonGenericInputActionDataTable : public UDataTable
Remarks
Overrides postload to allow for derived classes to perform code-level changes to the datatable. Ex: Per-platform edits. Allows modification of datatable data without checking out the data table asset.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. |