Manager API
MP_ChatManager server reference
The MP_ChatManager component lives on the GameMode and is responsible for authorizing connections and managing active room instances.
⚡ GetChatRoom (Function)
Pure getter for the Room Actor.
Parameters:
RoomID(String) - Name of the roomReturns:
AMP_ChatRoomObject Reference
⚡ CreatePersistentRoom (Function)
Forces creation of a room that survives session restarts.
Parameters:
RoomDesc(Metadata for creation)