Runtime DataTable (5.4)

0
(0)

This plugin includes easyCSV in full.
VideoWhat Is Runtime Data Table
Which plugin is right for me? Compare easyCSV, Runtime DataTable and GSheets Operator.
See this post for Changelog and Upgrade fixes.
Runtime DataTable or “RDT” is a plugin for Unreal Engine that loads a Comma-Separated Values or CSV document at runtime with an FStruct or UObject’s variables in text form and fills an array of that type with the appropriate values, converting text into the appropriate type.
RDT can be likened to the Data Table system built into UE4, but while that system works only at design time, this plugin is designed to work while the game is running.

The system works by downloading a public or private (with authorization) Google Sheet or loading a CSV from disk and attempts to update an array of FStruct or UObject with values loaded and converted from the CSV. After the attempt is made, the plugin will call a function defined by the user to signal that the plugin has finished its duties.

As of 4.27.4, the plugin also supports local and Google Sheets CSV export, sort of the reverse of the above. It can take an array of FStructs or UObjects, get their members and output a CSV using the live data from your game or application while it’s running.

Technical Details​

Features:

  • Runtime parsing of Data Tables
  • Automatic update of FStructs or UObjects
  • Connectivity with Google Sheets – edit values on the fly, no need to reimport CSVs manually at design time
  • Export CSV from game data to a local file on disk

Code Modules:

  • Runtime Data Table: A runtime module that handles the download, parsing and struct/object updates

Number of Blueprints: 26
C++ Classes: 3
Network Replicated: No
Supported Development Platforms: Win64, Mac
Supported Target Build Platforms: Win32, Win64, Android, Mac, iOS (+tvOS for versions 4.25 and 4.26, no longer supported in 4.27 due to Google Sheets Export)
English Language Manual
中文版 (Chinese, simplified version)
Discussion (changelog also found here)
Sample Projects

Original_Link: https://www.fab.com/listings/34867e41-2929-4d35-a356-49f4daee40a3

Download Links:

Asset Version (5.4)

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

Leave a Reply