Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UDataTable
Description
Get the value in the datatable at the given row and column. The provided function should get the value from the property type and the cell data
| Name | GetCellValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/DataTable.h |
| Include Path | #include "Engine/DataTable.h" |
template<typename TPropertyType, typename TReturnType>
const TReturnType * GetCellValue
(
const FName & RowName,
const FName & ColumnName,
TFunction < const TReturnType *> GetPropertyValueFromCell
)