Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UDataTableFunctionLibrary
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Kismet/DataTableFunctionLibrary.h |
| Include | #include "Kismet/DataTableFunctionLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Private/DataTableFunctionLibrary.cpp |
UFUNCTION (BlueprintCallable, CustomThunk, Category="DataTable",
Meta=(CustomStructureParam="OutRow", BlueprintInternalUseOnly="true"))
static bool GetDataTableRowFromName
(
UDataTable * Table,
FName RowName,
FTableRowBase & OutRow
)
Remarks
Get a Row from a DataTable given a RowName