Skip to content

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.

FunctionBlueprintDescription
SetGridEnabledBP_PluginMergerController → UIWallEventsEnables 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 map
  • TODO: 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.

ActionInputDescription
Place single tileLeft-clickPlaces one floor tile at the clicked location
Fill roomShift + Left-clickFills 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 configured
  • TODO: add verified information about how floor tile snapping works
  • TODO 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 behavior
  • TODO: consider merging this page into wall-floor-integration if no additional unique content becomes available

Wall-Floor Integration · Build Mode