Sections

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...

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...

DXBaseTrigger Entity The DXBaseTrigger is an abstract class serving as a base for all trigger-based entities within DX PUZZLES. It provides general trigger functionalities, allowing interaction with actors based on collision overlaps. General Properties Trigger Settings Is Enabled Determines if the trigger is active...

BreakablePhysProp The BreakablePhysProp is an entity designed for creating interactive, breakable physics props. These entities respond to impacts, can break into smaller pieces, and interact dynamically within the environment. Breaking the entity is very buggy at the moment, it is not replicated and it will be not....

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...

Damage Types The Damage Types system defines various forms of damage that entities within DX PUZZLES can receive. Each damage type can trigger different effects and responses in gameplay (such as different labels in killfeed). Available Damage Types Generic Damage Represents basic, unspecified damage. Often used for...

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...

Fire Actor and FireComponent The Fire Actor and its FireComponent allow designers to create and manage fire sources within the game environment. These entities provide extensive control over visual properties, propagation behavior, damage interactions, and lifecycle (ignition/extinguishing) of fires. Fire Actor...