Inline data table editor for blueprints

Hello everyone!

I developed a wrapper structure for editing data tables on blueprint’s detail panel. It is very easy to use and there is no overhead for performance. You can edit the data of table like as blueprint object’s static properties. Here are samples for how it works.

Honeycam_20191127_022950.gif
The InlineTable object exposes data of the table on blueprint by direct.

Honeycam_20191127_023154.gif
(Left: BrushDataTable Asset, Right: A detail panel of a blueprint asset including InlineTable property)
You can edit the exposed properties and it would be reflected to source table.

Honeycam_20191127_023212.gif
Adding/removing rows are also possible.

Honeycam_20191127_023243.gif
Also, you can renaming row!

Honeycam_20191127_023517.gif
It provides searching widget, so you can easily find a row what you want.

Honeycam_20191127_023302.gif
Final feature: You can save the table by clicking save button.

2 Likes