Unreal Engine – Runtime DataTable v4.26

3.8 Credits

Format:Unreal Engine

Use credits that never expire to get things at a low cost,including high-quality 3d models,cut out 2d people and plants,scanned PBR textures and material…etc

 

3DSFREE Download Advantages :

  • All files Clean without viruses.
  • Maximum download speed for all files.
  • Fast after sales support (within 12 hours)
  • Instant Download Links
No Credits ? Quick Buy Here!
 Buy 9 Credits  (9$)
 Buy 21 Credits  (19$) 
 Buy 70 Credits  (59$) 
 Buy 150 Credits  (119$) 
 Buy 320 Credits  (239$) 
 Buy 700 Credits  (499$) 

Description

This plugin includes easyCSV in full.

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

Demo