Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UDataTable
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ForeachRow
(
const TCHAR* ContextString, |
Perform some operation for every row. | Engine/DataTable.h | |
void ForeachRow
(
const FString& ContextString, |
Engine/DataTable.h |
ForeachRow(const TCHAR *, TFunctionRef< void(const FName &Key, const T &Value)>)
Description
Perform some operation for every row.
| Name | ForeachRow |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/DataTable.h |
| Include Path | #include "Engine/DataTable.h" |
template<class T>
void ForeachRow
(
const TCHAR * ContextString,
TFunctionRef < void &Key, const T &Value )> Predicate
) const
ForeachRow(const FString &, TFunctionRef< void(const FName &Key, const T &Value)>)
| Name | ForeachRow |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/DataTable.h |
| Include Path | #include "Engine/DataTable.h" |
template<class T>
void ForeachRow
(
const FString & ContextString,
TFunctionRef < void &Key, const T &Value )> Predicate
) const