Player Log Data Entry

Authoring Player data log entries

TODO: Format

DTs exist in /Game/Lunos/Systems/PlayerLog

There is a composite DT that everything references. You can add more DTs in this folder and link them for organization (IE DT_PlayerLogs_Desert or whatever)

“TryPushNewPlayerLog” is callable anywhere. There is a node for bot chats as well.

ChronoGameMode has a “CheckCurrencyPushNotifications for triggering stuff after collecting enough research. There is an example for “Zipwhip”

Upgrade player log stuff is called in playercharacter under “ApplyNewUpgrade” (or sub function). Check out zipwhip