Limen Framework 0.1 Help

ULimenProceduralMap

Overview

ULimenProceduralMap is an abstract base class designed to facilitate the creation of procedural maps. It inherits from UObject and cannot be instantiated directly or used in Blueprints, ensuring that all functionality must be implemented by derived classes.

Properties

Type

Name

Access

Description

None

None

None

No significant properties are defined in this class.

Functions

Return Type

Signature

Description

None

None

No public functions are defined in this class.

Usage & Implementation Notes

  • This class is abstract and cannot be instantiated directly.

  • All procedural map generation logic must be implemented by derived classes.

  • The class is not intended for use in Blueprints, ensuring that all functionality is encapsulated within C++.

22 May 2026