UDataTable::CreateTableFromRawData

Create table from a raw data map with a given script struct

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< FString > CreateTableFromRawData
(
    TMap< FName, const uint8 * > & DataMap,
    UScriptStruct * InRowStruct
)

Remarks

Create table from a raw data map with a given script struct

Returns

Set of problems encountered while processing input