|
Space Plunder
|
#include "CoreMinimal.h"#include "Kismet/BlueprintAsyncActionBase.h"#include "SteamRequests.h"#include "OnlineSubsystem.h"#include "OnlineSubsystemSteam.h"#include <steam/steam_api.h>#include "SteamFriendsData.h"#include "GetFriendAvatar.generated.h"Go to the source code of this file.
Classes | |
| class | UGetFriendAvatar |
Functions | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams (FResponseGetFriendAvatarDelegate, const UTexture2D *, Avatar, int32, SteamErrorOutput) | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams | ( | FResponseGetFriendAvatarDelegate | , |
| const UTexture2D * | , | ||
| Avatar | , | ||
| int32 | , | ||
| SteamErrorOutput | ) |