Lesson 76 - Parsing the Game Session Response

This commit is contained in:
Norman Lansing
2026-04-03 20:34:49 -04:00
parent 3ed338054f
commit ce6472a687
8 changed files with 166 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
#include "UI/HTTP/HTTPRequestManager.h"
#include "APITestManager.generated.h"
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FOnListFleetsResponseReceived, const FDSListFleetsResponse&, ListFleetsResponse, bool, bWasSuccessful);
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FOnListFleetsResponseReceived, const FDSListFleetsResponse&, ListFleetsResponse, const bool, bWasSuccessful);
/**