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