UDataTable::GetAllRows

Get all of the rows in the table, regardless of name

Choose your operating system:

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 GetAllRows
(
    const TCHAR * ContextString,
    OUTTArray< T * > & OutRowArray
) const

Remarks

Get all of the rows in the table, regardless of name