UDataTable::GetTableData

Get array for each row in the table. The first row is the titles

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Engine/DataTable.h"

Source

/Engine/Source/Runtime/Engine/Private/DataTable.cpp

Syntax

TArray< TArray< FString > > GetTableData
(
    const EDataTableExportFlags InDTExportFlags
) const

Remarks

Get array for each row in the table. The first row is the titles

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