Blockmap Editor Tools

BET (Unreal Marketplace) BET Extras (Unreal Marketplace) Raw Files (Google Drive)

Editor Plugin for Unreal Engine 5.2 and 5.3

The latest version of “Extras” (linked above in Google Drive) has all intended features of the plugin so far.

The purpose of this plugin is to aid in easily creating 3D block-based environments (think Minecraft or Trove) in-editor for Unreal projects. Of course, this plugin can also be used to assemble maps using modular asset packs.

I created this plugin because I could not find anything similar in the Marketplace. Developing this plugin gave me an introduction to Unreal Engine programming in C++ and experience in creating editor tools for Unreal Engine 5.2. The plugin uses the Editor Scriptable Tools Framework, which is new to UE5.2.

Full Code Samples