AI Games - Game Chat (Simple)

This plugin implements an easy-to-use in-game chat system.

Simply place the ChatManager actor into the scene — it will automatically register a GameChatComponent to each player's PlayerController.

The system supports multiple chat channels (e.g., Global, Team, System) and private messages between players.

It includes delegates for message handling and offers chat message history that persists even after disconnecting and reconnecting.

Compatible with both Listen Servers and Dedicated Servers.

A ready-to-use UMG widget template is included, with complete logic already implemented.