#include "CoreMinimal.h"
#include "SteamRequests.h"
#include "Kismet/BlueprintAsyncActionBase.h"
#include "OnlineSubsystem.h"
#include "OnlineSubsystemSteam.h"
#include <steam/steam_api.h>
#include "LeaderboardData.h"
#include "FindLeaderboard.generated.h"
Go to the source code of this file.
◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams()
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams |
( |
FResponseFindLeaderboardDelegate | , |
|
|
const FSteamLeaderboardHandle & | , |
|
|
LeaderboardHandle | , |
|
|
int32 | , |
|
|
SteamErrorOutput | ) |