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

相关文章
|
6月前
|
Windows
Qtdesigner报错:This application failed to stat could not find or load the Qt platform plugin “windows“
Qtdesigner报错:This application failed to stat could not find or load the Qt platform plugin “windows“
|
7月前
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
105 0
Get Files In Folder [ DTFolderFiles ] Plug-in description
Get Files In Folder [ DTFolderFiles ] Plug-in description
53 0
Error This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, se
错误提示: Severity Code Description Project File Line Suppression StateError This project references NuGet package(s) that are missing on this computer.
1044 0
|
开发工具 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...
1659 0
|
安全 Java API