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

相关文章
Ninja is required to load C++ extensions | 问题解决
Ninja is required to load C++ extensions | 问题解决
|
8月前
target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target S
target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target S
113 0
Get Files In Folder [ DTFolderFiles ] Plug-in description
Get Files In Folder [ DTFolderFiles ] Plug-in description
57 0
Error: Plugin/Preset files are not allowed to export objects, only functions……
Error: Plugin/Preset files are not allowed to export objects, only functions……
|
Windows
UE INI File Operation [ Read / Write ] Plug-in description
UE INI File Operation [ Read / Write ] Plug-in description
83 0
|
Kotlin
Program type already present: org.intellij.lang.annotations.Flow\Program type already present: org.i
Program type already present: org.intellij.lang.annotations.Flow\Program type already present: org.i
132 0
Program type already present: org.intellij.lang.annotations.Flow\Program type already present: org.i
|
Java
编译OpenJDK:invalid configuration Files: machine Files not recognized
编译OpenJDK:invalid configuration Files: machine Files not recognized
122 0
|
Java Maven Spring
Maven异常_05_Archive for required library cannot be read or is not a valid ZIP file
一、异常现象 用STS创建Spring boot 项目的时候,报出如下错误: Archive for required library: 'G:/Programme1/Maven/Repository/org/mockito/mockito-core/1.
1781 0