Limen Framework 0.1 Help

UPuzzleDefinition

Overview

UPuzzleDefinition is a data asset that defines the structure of a puzzle. It inherits from UDataAsset and includes properties to store puzzle element IDs, a graph representing puzzle conditions, and an output ID.

Properties

Type

Name

Access

Description

TArray

PuzzleElementIds

EditAnywhere

A list of IDs for the elements that make up the puzzle.

TArray

Graph

EditAnywhere

A graph representing the conditions and connections between puzzle elements.

FName

OutputId

EditAnywhere

The ID of the output element in the puzzle.

Functions

No significant functions are defined in this class.

Usage & Implementation Notes

  • None

22 May 2026