đŸ”Ŧ
MIP HyperLInk Chat System
  • 👋Welcome to MIP Multiplayer HyperLink Chat System
  • Overview
    • ✨Our Features
  • Fundamentals
    • đŸ› ī¸Setup on a new project
  • Example Content
    • â„šī¸Guide
    • đŸ”ŗLink Item Example
  • Key Components
    • đŸ–Ĩī¸Player Controller Components
    • đŸ–Ĩī¸Game State Components
    • đŸ–Ĩī¸Game Mode Components
    • đŸ–Ĩī¸Pawn Components
  • Patch Notes
    • v1.1
    • v1.2
    • v1.2.1
  • DEMO PROJECT
    • How to run demo project
Powered by GitBook
On this page
  1. Key Components

Game Mode Components

UMIPPlayerSessionListenerComponent

This class is designed to listen for two specific events, FGameModeEvents::GameModePostLoginEvent and FGameModeEvents::GameModeLogoutEvent.

It serves the purpose of adding player names and their corresponding controllers to the ControllerAndNameMap, which is used for locating a controller based on a player's name.

This component exclusively exists on the server as a part of the game mode.

PreviousGame State ComponentsNextPawn Components

Last updated 1 year ago

đŸ–Ĩī¸