GameStateInterface
(UInterface)
(UInterface)
The GameStateInterface can be added to any class to receive game state change signals from the GameManagerSubsystem. Make sure to call RegisterGameStateListener()/UnregisterGameStateListener() from KGameFrameworkStatics.
Override this function to receive and react to game state changes on the GameManagerSubsystem.