Game Structure - barsandcat/HMS-Sunflower GitHub Wiki

UGameInstance

Definition:
The “Game Instance” represents a single, persistent instance of the game application. While the Game Mode deals with game rules within a level, the Game Instance handles game data that must persist between levels, such as global scores, player status, and more.

⚠️ **GitHub.com Fallback** ⚠️