Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FDataTableRowHandle
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T * GetRow
(
const TCHAR* ContextString |
Get the row straight from the row handle | Engine/DataTable.h | |
| Engine/DataTable.h |
GetRow(const TCHAR *)
Description
Get the row straight from the row handle
| Name | GetRow |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/DataTable.h |
| Include Path | #include "Engine/DataTable.h" |
template<class T>
T * GetRow
(
const TCHAR * ContextString
) const
GetRow(const FString &)
| Name | GetRow |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/DataTable.h |
| Include Path | #include "Engine/DataTable.h" |
template<class T>
T * GetRow
(
const FString & ContextString
) const