Limen Framework 0.1 Help

PuzzleHelpers

Overview

The PuzzleHelpers header file defines an enumeration for puzzle operations (EPuzzleOp) and a structure for representing puzzle condition nodes (FPuzzleConditionNode). The implementation file is currently empty, indicating that the actual functionality may be defined elsewhere in the project.

Properties

Type

Name

Access

Description

UENUM()

EPuzzleOp

Public

Enumerates different puzzle operations such as And, Or, Xor, AtLeast, TimerGate.

USTRUCT(BlueprintType)

FPuzzleConditionNode

Public

Represents a node in the puzzle condition graph. Contains properties for node ID, input IDs, and logic operator.

Functions

No functions are defined in this header file.

Usage & Implementation Notes

  • None

22 May 2026