|
Space Plunder
|
#include "CoreMinimal.h"#include "SteamRequests.h"#include "Kismet/BlueprintAsyncActionBase.h"#include "OnlineSubsystem.h"#include "OnlineSubsystemSteam.h"#include <steam/steam_api.h>#include "GetCurrentPlayers.generated.h"Go to the source code of this file.
Classes | |
| class | UGetCurrentPlayers |
Functions | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams (FResponseGetPlayersDelegate, const int32, NumOfPlayers, int32, SteamErrorOutput) | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams | ( | FResponseGetPlayersDelegate | , |
| const int32 | , | ||
| NumOfPlayers | , | ||
| int32 | , | ||
| SteamErrorOutput | ) |