FDataTableCategoryHandle::GetRows

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

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/DataTable.h

Include

#include "Engine/DataTable.h"

Syntax

template<class T>
void GetRows
(
    TArray< T * > & OutRows,
    const FString & ContextString
) const

Remarks

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

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