UE DTDataTable Plugin description, operating CSV files in runtime.

简介: 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


6.  Empty Table

Clear all data


Data Table Expand in Code Plugins - UE Marketplace

n 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

相关文章
|
2天前
|
设计模式 人工智能 Java
Error: JavaFX runtime components are missing, and are required to run this application with Gradle e
Error: JavaFX runtime components are missing, and are required to run this application with Gradle e
89 1
|
10月前
Get Files In Folder [ DTFolderFiles ] Plug-in description
Get Files In Folder [ DTFolderFiles ] Plug-in description
31 0
|
10月前
|
Windows
UE INI File Operation [ Read / Write ] Plug-in description
UE INI File Operation [ Read / Write ] Plug-in description
38 0
|
Shell
Detected problems with app native libraries (please consult log for detail): lib.so: text relocation
Detected problems with app native libraries (please consult log for detail): lib.so: text relocation
119 0
|
Java 开发工具
mac Big Sur系统 mvn打包报错:No compiler is provided in this environment. Perhaps you are running on a JRE
mac Big Sur系统 mvn打包报错:No compiler is provided in this environment. Perhaps you are running on a JRE
1319 0
mac Big Sur系统 mvn打包报错:No compiler is provided in this environment. Perhaps you are running on a JRE
|
开发工具 Android开发 Go
RN Exception: Before building your project, you need to accept the license agreements and comp le...
异常 * What went wrong: A problem occurred configuring project ':app'. > You have not accepted the license agreements of the fol...
1619 0
|
安全 Java API