23 UFUNCTION(Server, Reliable, WithValidation)
24 void ServerStartGameSession();
30 UFUNCTION(BlueprintCallable, Category = "Session")
31 bool HasGameSessionStarted()
const {
return bIsGameSession; }
33 virtual void GetLifetimeReplicatedProps(TArray<FLifetimeProperty>& OutLifetimeProps)
const override;