BaseBrushBreakable The BaseBrushBreakable is an abstract entity designed for creating static, breakable objects within DX PUZZLES 2024. It allows designers to define specific behaviors related to breaking conditions, health management, and customizable visual and audio effects. Entity Properties General Settings...
Sections
Base Hold Entity Base abstract class for entities that require the player to hold down a button to interact. Suitable for buttons, levers, or other interactable objects. Properties General Properties Don’t return interaction (bool): When enabled, the entity does not return to its original state after completing an...
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...
Door Entity The Door entity is a movable door actor used in DX PUZZLES, providing interactive functionalities like opening, closing, locking, and unlocking. It includes customizable movement behaviors, sound effects, and interaction options for seamless integration within the game’s levels. Editor Visualizations When...
MomentaryDoor Entity The MomentaryDoor entity provides a controlled, incremental door movement mechanism. It is specifically designed for integration with other brush-based entities (such as buttons or levers) that dynamically control the door’s opening progression. Properties Primary Properties Locked Controls if the...
DoorRotating Entity The DoorRotating entity extends the functionality of the basic Door entity by adding rotation-based movement. Ideal for doors that pivot on hinges, it provides features for interactive opening, closing, locking, unlocking, and bidirectional opening. Properties Rotation Properties Rotation Axis...
RotatingMesh The RotatingMesh is an interactive entity used for creating rotating obstacles or dynamic environmental elements with customizable rotation behaviors, interaction possibilities, and sound feedback. Primary Functionality RotatingMesh entities can continuously rotate, accelerate/decelerate, and respond to...
Ladder based on GoldSrc Half-Life game. Size is automatically fit to Static Mesh when component is added. Should be only used with primitive geometry Component properties Ladder type ELadderType ENUM - Determines which footstep sound is playing while moving on ladder Available: LADDER_DEFAULT = 0 LADDER_WOOD = 1...