UDataTable::GetTablePropertyArray

Get array of UProperties that corresponds to columns in the table

Choose your operating system:

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< FProperty * > GetTablePropertyArray
(
    const TArray< const TCHAR * > & Cells,
    UStruct * RowStruct,
    TArray< FString > & OutProblems,
    int32 KeyColumn
)

Remarks

Get array of UProperties that corresponds to columns in the table