Lesson 80 - Serializing Content

This commit is contained in:
Norman Lansing
2026-04-05 17:07:48 -04:00
parent bc219f373d
commit 9837e4e1d6
4 changed files with 45 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ private:
FString GetUniquePlayerId() const;
void HandleGameSessionStatus(const FString& Status, const FString& SessionId);
void TryCreatePlayerSession(const FString& PlayerId, const FString& GameSessionId);
void FindPlayerSession_Response(FHttpRequestPtr Request, FHttpResponsePtr Response, bool bWasSuccessful);
FTimerHandle CreateSessionTimer;