免费的KitBash3D工具包及相关教程现已发布!

DataTable blueprint update plugin

wuguyannian - 代码插件 - 2020/01/29

This plugin is help us to procedurally update Data Tables

  • 支持的平台
  • 支持的引擎版本
    4.24 - 4.27, 5.0 - 5.1
  • 下载类型
    引擎插件
    此产品包含一款代码插件,含有预编译的二进制文件以及与虚幻引擎集成的所有源代码,能够安装到您选择的引擎版本中,并根据每个项目的需求启动。

This plugin is help us to procedurally  generate tilemap game-level data

  1. Save tilemap procedurally 
  2. Save Spawnning infomation procedurally 
  3. Help the map editor save the edit information

技术细节

Warning:

  • It's helpful for editing tables during development, don’t do it in the final game!!
  • It doesn’t support version control, so you need to call the EndFilll after your changes or you will lose those edits!!

Features:

  •  Use String to find the Data Table
  • Clear the Data Table
  • Save a row to the Data Table
  • Remove a row from the Data Table 
  • Save Data Table

Code Modules:

  •  FDataTableSaveBluprintLibraryModule [Runtime]

Number of Blueprints: 0

Number of C++ Classes: 2

Network Replicated: No

Supported Development Platforms: Windows 10

Supported Target Build Platforms: Windows 10

Documentation: https://wuguyannian.com/ue4-plugin-datatablesave/