Brush Button Variants This documentation covers two interactive button variants derived from the base BrushButton class: the Moving Button and the Rotating Button. Brush Button Moving The BrushButtonMoving is an interactive button that physically moves to a specified position when activated. It triggers events and...

Brush Button The BrushButton is a static button entity within DX PUZZLES 2024 that triggers events and plays specified sounds when interacted with. It doesn’t move or change materials and is designed for straightforward event-based interactions. For moving or rotating button see Brush Moving Button or Brush Rotating...

BrushHoldButton The BrushHoldButton is a dynamic entity designed for interactive puzzle or gameplay mechanics in Unreal Engine 5. It inherits from the Base Hold Entity and provides functionality to create moving or rotating button-like objects within your level. Class Hierarchy ABaseHoldEntity └── ABrushHoldButton...