Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Engine/DataTable.h |
| Include | #include "Engine/DataTable.h" |
Syntax
struct FDataTableRowHandle
Remarks
Handle to a particular row in a table
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< const UDataTable > | DataTable | Pointer to table we want a row from | |
| FName | RowName | Name of row in the table that we want |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| T * | GetRow
(
const TCHAR* ContextString |
Get the row straight from the row handle | |
| T * | |||
| bool | IsNull () |
Returns true if this handle is specifically pointing to nothing | |
| void | PostSerialize
(
const FArchive& Ar |
||
| FString | ToDebugString
(
bool bUseFullPath |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
FDataTableRowHandle const& Other |
||
| bool | operator==
(
FDataTableRowHandle const& Other |