UE DTDataTable Plugin description, operating CSV files in runtime.

The extension of UDataTable can load and save CSV files in the Runtime mode, and can be added and deleted by data, or all functions of the system DataTable can be used.

1. Create DT Data Table From CSV File

Create the DT Data Table object from the CSV file

File Path: File full path

ROW Struct: The structure type that needs to be converted

2. Create DT Data Table From Other Table

 

Create a DT Data Table from another Data Table.

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

3. Save CSV File

 Save the Data Table as a CSV file.

Data Table: The object that needs to be saved.

File Path : The full path where the file is saved

4. Add Row

Add a row of data

5.  Remove Row

Delete a row of data

5.  Empty Table

 

Clear all data

 Data Table Expand in Code Plugins - UE Marketplacen the Runtime mode, you can load and save the CSV file, and you can add and delete data.https://www.unrealengine.com/marketplace/product/83e9de3ee9b1405c9ff5b46952a31382

猜你喜欢

转载自blog.csdn.net/wmy19890322/article/details/130903062
今日推荐