Limen Framework 0.1 Help

ALimenLobbyGameMode

Overview

ALimenLobbyGameMode is a specialized game mode class that handles events and logic specific to the lobby phase of a game. It overrides the OnPostLogin function to perform actions after a player logs in.

Properties

Type

Name

Access

Description

Functions

Return Type

Signature

Description

void

OnPostLogin(AController* NewPlayer)

Called when a new player logs into the game. This function calls the base class implementation first and then can be extended to add additional lobby-specific logic.

Usage & Implementation Notes

  • Threading Constraints: None.

  • Replication Requirements: None.

  • Memory Lifetime Management: None.

  • Initialization Dependencies: Depends on ALimenGameModeBase for its functionality.

22 May 2026