FDataTableCategoryHandle

Handle to a particular set of rows 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 FDataTableCategoryHandle

Remarks

Handle to a particular set of rows in a table

Variables

Name Description

Public variable

FName

 

ColumnName

Name of column in the table that we want

Public variable

const UDataTabl...

 

DataTable

Pointer to table we want a row from

Public variable

FName

 

RowContents

Contents of rows in the table that we want

Functions

Name Description

Public function Const

void

 

GetRows

(
    TArray< T* >& OutRows,
    const FString& ContextString
)

Searches DataTable for all rows that contain entries with RowContents in the column named ColumnName and returns them.

Public function Const

bool

 

IsNull()

Returns true if this handle is specifically pointing to nothing

Operators

Name Description

Public function Const

bool

 

operator!=

(
    FDataTableCategoryHandle const& Ot...
)

Public function Const

bool

 

operator==

(
    FDataTableCategoryHandle const& Ot...
)

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