Limen Framework 0.1 Help

LimenGameMap Module

Subsystem Breakdown

Threading & Parallelism

Class Name

Role

FLimenGameMapModule

Manages the lifecycle of the Limen Game Map module within the Unreal Engine 5 environment.

Rendering & Visualization

Class Name

Role

ULimenMinimapComponent

A custom actor component for creating and managing a minimap in the game.

Design Philosophy

The LimenGameMap Module is designed to provide robust management of game maps within the Unreal Engine 5 environment, focusing on both performance and ease of use. The module includes a custom minimap component that allows developers to easily integrate and customize minimaps into their games.

  • Developers can utilize the FLimenGameMapModule to manage the lifecycle of the game map, ensuring it is properly initialized, updated, and cleaned up.

  • The ULimenMinimapComponent can be attached to any actor in the game world to create a minimap that provides visual feedback on player location and other relevant information. This component supports customization options such as changing the minimap's resolution, zoom level, and display settings.

22 May 2026