Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UDataTableFunctionLibrary
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Kismet/DataTableFunctionLibrary.h |
| Include | #include "Kismet/DataTableFunctionLibrary.h" |
Syntax
class UDataTableFunctionLibrary : public UBlueprintFunctionLibrary
Constructors
| Type | Name | Description | |
|---|---|---|---|
UDataTableFunctionLibrary
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddDataTableRow
(
UDataTable*const DataTable, |
Add a row to a Data Table with the provided name and data. | |
| bool | DoesDataTableRowExist
(
UDataTable* Table, |
Returns whether or not Table contains a row named RowName. | |
| void | EvaluateCurveTableRow
(
UCurveTable* CurveTable, |
||
| bool | FillDataTableFromCSVFile
(
UDataTable* DataTable, |
Empty and fill a Data Table from CSV file. | |
| bool | FillDataTableFromCSVString
(
UDataTable* DataTable, |
Empty and fill a Data Table from CSV string. | |
| bool | FillDataTableFromJSONFile
(
UDataTable* DataTable, |
Empty and fill a Data Table from JSON file. | |
| bool | FillDataTableFromJSONString
(
UDataTable* DataTable, |
Empty and fill a Data Table from JSON string. | |
| bool | Generic_GetDataTableRowFromName
(
const UDataTable* Table, |
||
| TArray< FString > | GetDataTableColumnAsString
(
const UDataTable* DataTable, |
Export from the DataTable all the row for one column. | |
| bool | GetDataTableRowFromName
(
UDataTable* Table, |
Get a Row from a DataTable given a RowName | |
| void | GetDataTableRowNames
(
UDataTable* Table, |