Shared Snapping — Merger Plugin
Shared Snapping
This page covers the snapping behavior available in the combined wall and floor building system.
Wall grid snapping
The Wall Plugin includes a placement grid that can be toggled on or off.
In the Merger Plugin, this is controlled by the SetGridEnabled function on BP_PluginMergerController.
| Function | Blueprint | Description |
|---|---|---|
SetGridEnabled | BP_PluginMergerController → UIWallEvents | Enables or disables the Wall Plugin placement grid |
TODO: add verified information about how wall grid snapping works and how to interact with it in the demo mapTODO: add screenshot showing wall grid snapping in action
Floor tile snapping
Floor tiles are placed tile by tile via left-click, or as a batch using the room fill shortcut.
| Action | Input | Description |
|---|---|---|
| Place single tile | Left-click | Places one floor tile at the clicked location |
| Fill room | Shift + Left-click | Fills the entire enclosed room with the selected floor texture |
TODO: add verified information about how floor tile snapping works — grid size, alignment to walls, etc.
TODOs
TODO: add verified information about how wall grid snapping is configuredTODO: add verified information about how floor tile snapping worksTODO verify: does the Merger Plugin add any shared snapping logic between wall and floor systems, or does each plugin handle snapping independently?TODO: add screenshots showing snapping behaviorTODO: consider merging this page into wall-floor-integration if no additional unique content becomes available