Navigation
Unreal Engine C++ API Reference > Runtime > Engine > GameFramework > AGameStateBase
Syntax
UPROPERTY (Transient, BlueprintReadOnly, Category=GameState)
TObjectPtr < AGameModeBase > AuthorityGameMode
Remarks
Instance of the current game mode, exists only on the server. For non-authority clients, this will be NULL.