Integration Add-on
Wall & Floor Plugin Merger
An add-on reference plugin that connects the Wall Plugin and Dynamic Floor Plugin into one combined runtime building system. Includes a playable demo map and integration Blueprints — use it as a foundation for your own combined construction system.
⚠ Requires both dependency plugins
This plugin is not standalone. Both Wall Plugin (CodPassionWall) and Dynamic Floor Plugin must be purchased, installed, and enabled before the Merger Plugin can function.
What this plugin is
The Coding Passion Plugin Merger is an integration reference — not a standalone building plugin. It adds integration Blueprints and a ready-to-play demo map on top of the Wall Plugin and Dynamic Floor Plugin.
Use the demo map and Blueprints as a reference implementation to learn how to integrate the two plugins in your own project.
What is included
Demo map — MergerMapTest
A ready-to-play level at /Engine/Plugins/CodingPassionPluginMerger/Maps/MergerMapTest.
Open it and press Play to explore the combined wall and floor building system.
Runtime building features
- Wall placement — select a wall item from the bottom bar and left-click to place
- In-wall object placement — place objects (e.g. doors, windows) into walls
- Wall coloring — color picker + Wall Paint button + two clicks on a wall. TODO verify: fully shipped in v1.0?
- Floor tile placement — select floor texture, click PlaceFloor, left-click on ground
- Room fill — hold Shift while placing floor tiles to automatically fill an entire enclosed room
- System switcher — top UI buttons swap between Wall System and Floor System
Included Blueprints
| Blueprint | Purpose |
|---|---|
BP_ExampleMergerGameMode | GameMode for the demo map |
BP_PluginMergerController | Combined PlayerController — routes all input to the active plugin |
WBP_MergerUI | HUD Widget — Widget Switcher combining both plugin UIs |
BI_UiToMergerController | Blueprint Interface — UI-to-Controller communication |
BP_EditorWallWithFloorsBP | Extended Wall — adds Floor Plugin NodeSystem integration for enclosed-room detection |
Compatibility
| Version | 1.0 |
| Initial release | 2025-10-12 |
| Unreal Engine | 5.6.0+ (continuously updated) |
| Platforms | Win64, Linux |
| Module type | Runtime |
| Dependencies | Wall Plugin (CodPassionWall) + Dynamic Floor Plugin (DynamicFloorPlugin) |
| itch.io | wall-and-floor-merger-plugin ↗ |
| Fab listing | TODO — URL not yet confirmed in docs |