Lesson 65 - ListFleets Callback
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
class UAPITestManager;
|
||||
class UListFleetsBox;
|
||||
class FDS_ListFleetsResponse;
|
||||
/**
|
||||
*
|
||||
*/
|
||||
@@ -32,6 +33,11 @@ private:
|
||||
UPROPERTY()
|
||||
TObjectPtr<UAPITestManager> APITestManager;
|
||||
|
||||
UFUNCTION()
|
||||
void ListFleetsButtonClicked();
|
||||
|
||||
UFUNCTION()
|
||||
void OnListFleetsResponseReceived(const FDS_ListFleetsResponse& ListFleetResponse, bool bWasSuccessful);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user