Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/FCommonInputActionDataBase
- FTableRowBase::OnPostDataImport()
- FCommonInputActionDataBase::OnPostDataImport()
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonUITypes.h |
| Include | #include "CommonUITypes.h" |
| Source | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Private/CommonUITypes.cpp |
virtual void OnPostDataImport
&40;
const UDataTable &42; InDataTable,
const FName InRowName,
TArray< FString > & OutCollectedImportProblems
&41;
Remarks
Can be overridden by subclasses; Called whenever the owning data table is imported or re-imported. Allows for custom fix-ups, parsing, etc. after initial data is read in.
Parameters
| Name | Description |
|---|---|
| InDataTable | The data table that owns this row |
| InRowName | The name of the row we're performing fix-up on |
| OutCollectedImportProblems | List of problems accumulated during import; Can be added to via this method |