FDataTableRowHandle

Handle to a particular row in a table

Windows
MacOS
Linux

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

Name Description

Public variable

const UDataTabl...

 

DataTable

Pointer to table we want a row from

Public variable

FName

 

RowName

Name of row in the table that we want

Constructors

Name Description

Public function

FDataTableRowHandle()

Functions

Name Description

Public function Const

T *

 

GetRow

(
    const TCHAR* ContextString
)

Get the row straight from the row handle

Public function Const

T *

 

GetRow

(
    const FString& ContextString
)

Public function Const

bool

 

IsNull()

Returns true if this handle is specifically pointing to nothing

Public function

void

 

PostSerialize

(
    const FArchive& Ar
)

Public function Const

FString

 

ToDebugString

(
    bool bUseFullPath
)

Operators

Name Description

Public function Const

bool

 

operator!=

(
    FDataTableRowHandle const& Other
)

Public function Const

bool

 

operator==

(
    FDataTableRowHandle const& Other
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss