UE · 2024年6月22日 0

[UE Unreal Engine] DTDataTable plugin description, read, save, and operate CSV files during operation.

The extended object of UDataTable can load and save CSV files in Runtime mode, add and delete data, and use all the functions of the system DataTable.

Node Description

Create DT Data Table From CSV File

[UE Unreal Engine] DTDataTable plugin description, read, save, and operate CSV files during operation.

Create a DT Data Table object from a CSV file

File Path: file path

Row Struct: the structure type to be converted


Create DT Data Table From Other Table

[UE Unreal Engine] DTDataTable plugin description, read, save, and operate CSV files during operation.

Create a DT Data Table from other Data Tables.

Data Table: DataTable object, which can be a UE native object or a DT Data Table.


Save CSV File

[UE Unreal Engine] DTDataTable plugin description, read, save, and operate CSV files during operation.

Save Data Table as CSV file.

Data Table: The object to be saved.

File Path: The full path of the saved file


Add Row

[UE Unreal Engine] DTDataTable plugin description, read, save, and operate CSV files during operation.

Add a row of data


Remove Row

[UE Unreal Engine] DTDataTable plugin description, read, save, and operate CSV files during operation.

Delete a row of data


Empty Table

[UE Unreal Engine] DTDataTable plugin description, read, save, and operate CSV files during operation.

Clear all data


Demo Case

Reading CSV files

CSV Download Document

[UE Unreal Engine] DTDataTable plugin description, read, save, and operate CSV files during operation.

Struct

[UE Unreal Engine] DTDataTable plugin description, read, save, and operate CSV files during operation.

Blueprint

Out Log

[UE Unreal Engine] DTDataTable plugin description, read, save, and operate CSV files during operation.

Add data and save

Blueprint

New CSV

[UE Unreal Engine] DTDataTable plugin description, read, save, and operate CSV files during operation.

Plugin Download

Data Table Expand in Code Plugins – UE Marketplace (unrealengine.com)