5#include "CoreMinimal.h"
6#include "JsonObjectConverter.h"
1593 template<
typename T>
1596 TSharedPtr<FJsonObject> jsonObject = MakeShared<FJsonObject>();
1601 return FJsonObjectConverter::JsonObjectToUStruct<T>(jsonObject.ToSharedRef(), &Output, 0, 0);
1612 template<
typename T>
1615 TSharedPtr<FJsonObject> JsonObject = FJsonObjectConverter::UStructToJsonObject(Value);
1616 if (!JsonObject.IsValid())
1760 template<
typename T>
1763 TSharedPtr<FJsonObject> JsonObject = FJsonObjectConverter::UStructToJsonObject(Content);
1764 if (!JsonObject.IsValid())
1767 OnCompletedRequest.ExecuteIfBound(ErrorResponse);
1877 template<
typename T>
1880 TArray<TSharedPtr<FJsonValue>> JsonArray;
1882 for (
const T& cont : Content)
1884 TSharedPtr<FJsonObject> JsonObject = FJsonObjectConverter::UStructToJsonObject(cont);
1885 if (!JsonObject.IsValid())
1888 OnCompletedRequest.ExecuteIfBound(ErrorResponse);
1892 JsonArray.Add(MakeShared<FJsonValueObject>(JsonObject));
void(* FLootLockerServerGetAssetsResponseDelegate)(FLootLockerServerGetAssetsResponse)
Definition LootLockerServerAssetRequest.h:790
void(* FLootLockerServerAssetInstanceKeyValuePairItemResponseDelegate)(FLootLockerServerAssetInstanceKeyValuePairItemResponse)
Definition LootLockerServerAssetRequest.h:798
void(* FLootLockerServerListContextsResponseDelegate)(FLootLockerServerListContextsResponse)
Definition LootLockerServerAssetRequest.h:806
void(* FLootLockerServerListAssetsResponseDelegate)(FLootLockerServerListAssetsResponse)
Definition LootLockerServerAssetRequest.h:802
void(* FLootLockerServerAssetInstanceKeyValuePairsListResponseDelegate)(FLootLockerServerAssetInstanceKeyValuePairsListResponse)
Definition LootLockerServerAssetRequest.h:794
void(* FLootLockerServerMaintainSessionResponseDelegate)(FLootLockerServerMaintainSessionResponse)
Definition LootLockerServerAuthRequest.h:55
void(* FLootLockerServerAuthResponseDelegate)(FLootLockerServerAuthenticationResponse)
Definition LootLockerServerAuthRequest.h:51
void(* FLootLockerServerDebitWalletResponseDelegate)(FLootLockerServerDebitWalletResponse)
C++ response delegate for debiting currency from a wallet.
Definition LootLockerServerBalanceRequest.h:324
ELootLockerServerWalletHolderTypes
Possible wallet holder types.
Definition LootLockerServerBalanceRequest.h:20
void(* FLootLockerServerGetWalletResponseDelegate)(FLootLockerServerGetWalletResponse)
C++ response delegate for getting a wallet.
Definition LootLockerServerBalanceRequest.h:316
void(* FLootLockerServerCreditWalletResponseDelegate)(FLootLockerServerCreditWalletResponse)
C++ response delegate for crediting currency to a wallet.
Definition LootLockerServerBalanceRequest.h:320
void(* FLootLockerServerListBalancesForWalletResponseDelegate)(FLootLockerServerListBalancesForWalletResponse)
C++ response delegate for listing balances in a wallet.
Definition LootLockerServerBalanceRequest.h:312
void(* FLootLockerServerSingleCharacterProgressionResponseDelegate)(FLootLockerServerSingleCharacterProgressionResponse)
Definition LootLockerServerCharacterProgressionRequest.h:156
void(* FLootLockerServerCharacterProgressionListResponseDelegate)(FLootLockerServerCharacterProgressionListResponse)
Definition LootLockerServerCharacterProgressionRequest.h:160
void(* FLootLockerServerSingleCharacterProgressionWithRewardsResponseDelegate)(FLootLockerServerSingleCharacterProgressionWithRewardsResponse)
Definition LootLockerServerCharacterProgressionRequest.h:164
void(* FLootLockerServerDeleteCharacterProgressionResponseDelegate)(FLootLockerServerResponse)
Definition LootLockerServerCharacterProgressionRequest.h:168
void(* FLootLockerServerGetPlayerCharacterResponseDelegate)(FLootLockerServerGetPlayerCharactersResponse)
Definition LootLockerServerCharacterRequest.h:307
void(* FLootLockerServerEquipAssetToCharacterLoadoutResponseDelegate)(FLootLockerServerEquipAssetToCharacterLoadoutResponse)
Definition LootLockerServerCharacterRequest.h:319
void(* FLootLockerServerGetCharacterInventoryResponseDelegate)(FLootLockerServerGetCharacterInventoryResponse)
Definition LootLockerServerCharacterRequest.h:311
void(* FLootLockerServerUnequipAssetFromCharacterLoadoutResponseDelegate)(FLootLockerServerUnequipAssetFromCharacterLoadoutResponse)
Definition LootLockerServerCharacterRequest.h:323
void(* FLootLockerServerGetCharacterLoadoutResponseDelegate)(FLootLockerServerGetCharacterLoadoutResponse)
Definition LootLockerServerCharacterRequest.h:315
void(* FLootLockerServerListConnectedAccountsResponseDelegate)(FLootLockerServerListConnectedAccountsResponse)
C++ response delegate for listing connected accounts.
Definition LootLockerServerConnectedAccountsRequest.h:109
void(* FLootLockerServerListCurrenciesResponseDelegate)(FLootLockerServerListCurrenciesResponse)
C++ response delegate for listing currencies.
Definition LootLockerServerCurrencyRequest.h:83
void(* FLootLockerServerPickFromDropTableResponseDelegate)(FLootLockerServerPickFromDropTableResponse)
Definition LootLockerServerDropTableRequest.h:149
void(* FLootLockerServerComputeAndLockDropTableResponseDelegate)(FLootLockerServerComputeAndLockDropTableResponse)
Definition LootLockerServerDropTableRequest.h:145
void(* FLootLockerServerListFriendsResponseDelegate)(FLootLockerServerListFriendsResponse)
C++ response delegate for listing currencies.
Definition LootLockerServerFriendsRequest.h:86
void(* FLootLockerServerProgressionTiersResponseDelegate)(FLootLockerServerProgressionTiersResponse)
Definition LootLockerServerGameProgressionRequest.h:118
void(* FLootLockerServerSingleGameProgressionResponseDelegate)(FLootLockerServerSingleGameProgressionResponse)
Definition LootLockerServerGameProgressionRequest.h:114
void(* FLootLockerServerGameProgressionListResponseDelegate)(FLootLockerServerGameProgressionListResponse)
Definition LootLockerServerGameProgressionRequest.h:110
void(* FLootLockerServerGetPlayerHeroResponseDelegate)(FLootLockerServerGetPlayerHeroesResponse)
Definition LootLockerServerHeroRequest.h:332
void(* FLootLockerServerGetHeroInventoryResponseDelegate)(FLootLockerServerGetHeroInventoryResponse)
Definition LootLockerServerHeroRequest.h:336
void(* FLootLockerServerEquipAssetToHeroLoadoutResponseDelegate)(FLootLockerServerEquipAssetToHeroLoadoutResponse)
Definition LootLockerServerHeroRequest.h:344
void(* FLootLockerServerUnequipAssetFromHeroLoadoutResponseDelegate)(FLootLockerServerUnequipAssetFromHeroLoadoutResponse)
Definition LootLockerServerHeroRequest.h:348
void(* FLootLockerServerGetHeroLoadoutResponseDelegate)(FLootLockerServerGetHeroLoadoutResponse)
Definition LootLockerServerHeroRequest.h:340
void(* FLootLockerServerSingleInstanceProgressionWithRewardsResponseDelegate)(FLootLockerServerSingleInstanceProgressionWithRewardsResponse)
Definition LootLockerServerInstanceProgressionRequest.h:165
void(* FLootLockerServerDeleteInstanceProgressionResponseDelegate)(FLootLockerServerResponse)
Definition LootLockerServerInstanceProgressionRequest.h:169
void(* FLootLockerServerInstanceProgressionListResponseDelegate)(FLootLockerServerInstanceProgressionListResponse)
Definition LootLockerServerInstanceProgressionRequest.h:161
void(* FLootLockerServerSingleInstanceProgressionResponseDelegate)(FLootLockerServerSingleInstanceProgressionResponse)
Definition LootLockerServerInstanceProgressionRequest.h:157
void(* FLootLockerServerLeaderboardArchiveResponseDelegate)(FLootLockerServerLeaderboardArchiveResponse)
Definition LootLockerServerLeaderboardArchiveRequestHandler.h:85
void(* FLootLockerServerLeaderboardArchiveDetailResponseDelegate)(FLootLockerServerLeaderboardArchiveDetailsResponse)
Definition LootLockerServerLeaderboardArchiveRequestHandler.h:86
void(* FLootLockerServerLeaderboardSubmitScoreResponseDelegate)(FLootLockerServerLeaderboardSubmitScoreResponse)
Definition LootLockerServerLeaderboardRequest.h:833
void(* FLootLockerServerGetLeaderboardScheduleResponseDelegate)(FLootLockerServerGetLeaderboardScheduleResponse)
Definition LootLockerServerLeaderboardRequest.h:849
void(* FLootLockerServerGetScoresFromLeaderboardResponseDelegate)(FLootLockerServerGetScoresFromLeaderboardResponse)
Definition LootLockerServerLeaderboardRequest.h:845
void(* FLootLockerServerGetAllMemberRanksResponseDelegate)(FLootLockerServerGetAllMemberRanksResponse)
Definition LootLockerServerLeaderboardRequest.h:841
void(* FLootLockerServerGetLeaderboardResponseDelegate)(FLootLockerServerGetLeaderboardResponse)
Definition LootLockerServerLeaderboardRequest.h:817
ELootLockerServerLeaderboardType
Definition LootLockerServerLeaderboardRequest.h:14
void(* FLootLockerServerDeleteLeaderboardResponseDelegate)(FLootLockerServerResponse)
Definition LootLockerServerLeaderboardRequest.h:829
void(* FLootLockerServerDeleteLeaderboardScheduleResponseDelegate)(FLootLockerServerResponse)
Definition LootLockerServerLeaderboardRequest.h:853
ELootLockerServerLeaderboardDirection
Which direction should the leaderboard be sorted in.
Definition LootLockerServerLeaderboardRequest.h:32
void(* FLootLockerServerUpdateLeaderboardResponseDelegate)(FLootLockerServerUpdateLeaderboardResponse)
Definition LootLockerServerLeaderboardRequest.h:825
void(* FLootLockerServerCreateLeaderboardResponseDelegate)(FLootLockerServerCreateLeaderboardResponse)
Definition LootLockerServerLeaderboardRequest.h:821
void(* FLootLockerServerLeaderboardIncrementScoreResponseDelegate)(FLootLockerServerLeaderboardSubmitScoreResponse)
Definition LootLockerServerLeaderboardRequest.h:837
void(* FLootLockerServerListLeaderboardsResponseDelegate)(FLootLockerServerListLeaderboardsResponse)
Definition LootLockerServerLeaderboardRequest.h:813
void(* FLootLockerServerSendNotificationsResponseDelegate)(FLootLockerServerSendNotificationsResponse)
Definition LootLockerServerNotificationsRequest.h:100
ELootLockerServerNotificationPriority
Enum of the different available priorities for sending notifications.
Definition LootLockerServerNotificationsRequest.h:19
void(* FLootLockerServerTokenExchangeResponseDelegate)(FLootLockerServerTokenExchangeResponse)
Definition LootLockerServerOAuthRequest.h:49
void(* FLootLockerServerSinglePlayerFileResponseDelegate)(FLootLockerServerSinglePlayerFileResponse)
Definition LootLockerServerPlayerFileRequest.h:168
void(* FLootLockerServerPlayerFileDeleteResponseDelegate)(FLootLockerServerPlayerFileDeleteResponse)
Definition LootLockerServerPlayerFileRequest.h:172
void(* FLootLockerServerPlayerFileListResponseDelegate)(FLootLockerServerPlayerFileListResponse)
Definition LootLockerServerPlayerFileRequest.h:164
void(* FLootLockerServerAddAssetToPlayerInventoryResponseDelegate)(FLootLockerServerAddAssetToPlayerInventoryResponse)
Definition LootLockerServerPlayerInventoryRequest.h:476
void(* FLootLockerServerGetPlayerInventoryResponseDelegate)(FLootLockerServerGetPlayerInventoryResponse)
Definition LootLockerServerPlayerInventoryRequest.h:472
void(* FLootLockerServerAlterPlayerInventoryResponseDelegate)(FLootLockerServerAlterPlayerInventoryResponse)
Definition LootLockerServerPlayerInventoryRequest.h:480
void(* FLootLockerServerGetPlayerLoadoutResponseDelegate)(FLootLockerServerGetPlayerLoadoutResponse)
Definition LootLockerServerPlayerInventoryRequest.h:484
void(* FLootLockerServerEquipAssetToPlayerLoadoutResponseDelegate)(FLootLockerServerEquipAssetToPlayerLoadoutResponse)
Definition LootLockerServerPlayerInventoryRequest.h:488
void(* FLootLockerServerGetUniversalInventoryResponseDelegate)(FLootLockerServerGetUniversalInventoryResponse)
Definition LootLockerServerPlayerInventoryRequest.h:468
void(* FLootLockerServerUnequipAssetFromPlayerLoadoutResponseDelegate)(FLootLockerServerUnequipAssetFromPlayerLoadoutResponse)
Definition LootLockerServerPlayerInventoryRequest.h:492
void(* FLootLockerServerDeletePlayerProgressionResponseDelegate)(FLootLockerServerResponse)
Definition LootLockerServerPlayerProgressionRequest.h:168
void(* FLootLockerServerPlayerProgressionListResponseDelegate)(FLootLockerServerPlayerProgressionListResponse)
Definition LootLockerServerPlayerProgressionRequest.h:160
void(* FLootLockerServerSinglePlayerProgressionWithRewardsResponseDelegate)(FLootLockerServerSinglePlayerProgressionWithRewardsResponse)
Definition LootLockerServerPlayerProgressionRequest.h:164
void(* FLootLockerServerSinglePlayerProgressionResponseDelegate)(FLootLockerServerSinglePlayerProgressionResponse)
Definition LootLockerServerPlayerProgressionRequest.h:156
ELootLockerServerCreatePlayerPlatforms
Possible player creation platforms.
Definition LootLockerServerPlayerRequest.h:20
void(* FLootLockerServerCreatePlayerResponseDelegate)(FLootLockerServerCreatePlayerResponse)
Definition LootLockerServerPlayerRequest.h:227
void(* FLootLockerServerGetPlayerInfoFromGameSessionTokenResponseDelegate)(FLootLockerServerGetPlayerInfoFromGameSessionTokenResponse)
Definition LootLockerServerPlayerRequest.h:223
void(* FLootLockerServerPlayerNameLookupResponseDelegate)(FLootLockerServerPlayerNameLookupResponse)
Definition LootLockerServerPlayerRequest.h:219
void(* FLootLockerServerGetPersistentStorageForPlayersResponseDelegate)(FLootLockerServerGetPersistentStorageForPlayersResponse)
Definition LootLockerServerStorageRequest.h:221
void(* FLootLockerServerUpdatePersistentStorageForPlayersAndKeysResponseDelegate)(FLootLockerServerUpdatePersistentStorageForPlayersAndKeysResponse)
Definition LootLockerServerStorageRequest.h:231
void(* FLootLockerServerDeletePersistentStorageForPlayersAndKeysResponseDelegate)(FLootLockerServerDeletePersistentStorageForPlayersAndKeysResponse)
Definition LootLockerServerStorageRequest.h:236
void(* FLootLockerServerGetPublicPersistentStorageForPlayersAndKeysResponseDelegate)(FLootLockerServerGetPublicPersistentStorageForPlayersAndKeysResponse)
Definition LootLockerServerStorageRequest.h:226
void(* FLootLockerServerInvokeTriggerResponseDelegate)(FLootLockerServerInvokeTriggerResponse)
Definition LootLockerServerTriggerRequest.h:113
static T Error(FString ErrorMessage, int StatusCode=0, const FString &RequestId="")
Definition LootLockerServerResponse.h:228
Definition LootLockerServerForCpp.h:32
static FString SendNotificationToPlayerWithJsonContent(const FString &NotificationType, ELootLockerServerNotificationPriority Priority, const FString &RecipientPlayerUlid, const TSharedPtr< FJsonValue > &Content, const TArray< FLootLockerServerNotificationProperty > &Properties, const FLootLockerServerSendNotificationsResponseDelegate &OnCompletedRequest)
static FString SendNotificationToPlayerWithJsonArrayContent(const FString &NotificationType, ELootLockerServerNotificationPriority Priority, const FString &RecipientPlayerUlid, const TArray< TSharedPtr< FJsonValue > > &Content, const TArray< FLootLockerServerNotificationProperty > &Properties, const FLootLockerServerSendNotificationsResponseDelegate &OnCompletedRequest)
static FString AddPointsToProgressionForAssetInstance(int PlayerId, int AssetInstanceId, const FString &ProgressionKey, int32 Amount, const FLootLockerServerSingleInstanceProgressionWithRewardsResponseDelegate &OnCompletedRequest)
Add points to the specified progression for the specified instance.
static FString DeleteProgressionForAssetInstance(int PlayerId, int AssetInstanceId, const FString &ProgressionKey, const FLootLockerServerDeleteInstanceProgressionResponseDelegate &OnCompletedRequest)
Delete the specified progression for the specified instance.
static FString GetProgressionByKeyForAssetInstance(int PlayerId, int AssetInstanceId, const FString &ProgressionKey, const FLootLockerServerSingleInstanceProgressionResponseDelegate &OnCompletedRequest)
Get a specific progression for the specified instance.
static FString ResetProgressionForAssetInstance(int PlayerId, int AssetInstanceId, const FString &ProgressionKey, const FLootLockerServerSingleInstanceProgressionWithRewardsResponseDelegate &OnCompletedRequest)
Reset the specified progression for the specified instance.
static FString GetProgressionForAssetInstance(int PlayerId, int AssetInstanceId, const FLootLockerServerInstanceProgressionListResponseDelegate &OnCompletedRequest)
Get a list of progressions for the specified instance The list will contain the first 20 items,...
static FString GetPaginatedProgressionForAssetInstance(int PlayerId, int AssetInstanceId, int32 Count, const FString &After, const FLootLockerServerInstanceProgressionListResponseDelegate &OnCompletedRequest)
Get a list of progressions for the specified instance.
static FString SubtractPointsFromProgressionForAssetInstance(int PlayerId, int AssetInstanceId, const FString &ProgressionKey, int32 Amount, const FLootLockerServerSingleInstanceProgressionWithRewardsResponseDelegate &OnCompletedRequest)
Subtract points from the specified progression for the specified instance.
static FString GetPlayerInventory(int PlayerID, const FLootLockerServerGetPlayerInventoryResponseDelegate &OnCompletedRequest)
Get the specified player's default character's inventory.
static FString DeleteKeyValuePairFromAssetInstanceById(int PlayerID, int AssetInstanceID, int KeyValuePairID, const FLootLockerServerAssetInstanceKeyValuePairsListResponseDelegate &OnCompletedRequest)
Delete a key value pair from the specified asset instance by key value pair id.
static FString GetPaginatedPlayerInventory(int PlayerID, int Count, int After, const FLootLockerServerGetPlayerInventoryResponseDelegate &OnCompletedRequest)
Get the specified player's default character's inventory according to the specified pagination parame...
static FString EquipAssetToPlayerLoadoutByAssetIdAndAssetVariationId(int PlayerID, int AssetID, int AssetVariationID, const FLootLockerServerEquipAssetToPlayerLoadoutResponseDelegate &OnCompletedRequest)
Equip an asset instance to the specified player's default character's loadout by specifiying an asset...
static FString AddAssetToPlayerInventoryByAssetIDAndRentalOptionID(int PlayerID, int AssetID, int RentalOptionID, const FLootLockerServerAddAssetToPlayerInventoryResponseDelegate &OnCompletedRequest)
Add the specified asset to the specified player's inventory (grant the asset) by specyfiying an asset...
static FString UpdateKeyValuePairOnAssetInstanceById(int PlayerID, int AssetInstanceID, int KeyValuePairID, const FString Key, FString Value, const FLootLockerServerAssetInstanceKeyValuePairItemResponseDelegate &OnCompletedRequest)
Update a single key value pair on the specified asset instance by key value pair id.
static FString AlterPlayerInventoryAddAssetsByAssetIDAndVariationID(int PlayerID, const TArray< FLootLockerServerAssetByAssetIdAndVariationIdRequest > &AssetsToAdd, const TArray< int > AssetsToRemove, const FLootLockerServerAlterPlayerInventoryResponseDelegate &OnCompletedRequest)
Bulk add (grant) and/or remove assets to/from the specified player's inventory Add assets by supplyin...
static FString EquipAssetToPlayerLoadoutByAssetIdAndRentalOptionId(int PlayerID, int AssetID, int RentalOptionID, const FLootLockerServerEquipAssetToPlayerLoadoutResponseDelegate &OnCompletedRequest)
Equip an asset instance to the specified player's default character's loadout by specyfiying an asset...
static FString AlterPlayerInventoryAddAssetsByAssetIDAndRentalOptionID(int PlayerID, const TArray< FLootLockerServerAssetByAssetIdAndRentalOptionIdRequest > &AssetsToAdd, const TArray< int > AssetsToRemove, const FLootLockerServerAlterPlayerInventoryResponseDelegate &OnCompletedRequest)
Bulk add (grant) and/or remove assets to/from the specified player's inventory Add assets by supplyin...
static FString GetPlayerLoadout(int PlayerID, const FLootLockerServerGetPlayerLoadoutResponseDelegate &OnCompletedRequest)
Get the specified player's default character's loadout.
static FString EquipAssetToPlayerLoadoutByAssetInstanceId(int PlayerID, int AssetInstanceID, const FLootLockerServerEquipAssetToPlayerLoadoutResponseDelegate &OnCompletedRequest)
Equip the specified asset instance to the specified player's default character's loadout If the reque...
static FString GetAssetInstanceKeyValuePairFromAssetInstanceById(int PlayerID, int AssetInstanceID, int KeyValuePairID, const FLootLockerServerAssetInstanceKeyValuePairItemResponseDelegate &OnCompletedRequest)
Get a single Key Value Pair from the specified asset instance by key value pair id.
static FString AddKeyValuePairToAssetInstance(int PlayerID, int AssetInstanceID, const FString Key, FString Value, const FLootLockerServerAssetInstanceKeyValuePairsListResponseDelegate &OnCompletedRequest)
Create a key value pair on the specified asset instance.
static FString UnequipAssetFromPlayerLoadout(int PlayerID, int InstanceID, const FLootLockerServerUnequipAssetFromPlayerLoadoutResponseDelegate &OnCompletedRequest)
Unequip an asset instance from the specified player's default character's loadout If the request is s...
static FString EquipAssetToPlayerLoadoutByAssetId(int PlayerID, int AssetID, const FLootLockerServerEquipAssetToPlayerLoadoutResponseDelegate &OnCompletedRequest)
Equip an asset instance to the specified player's default character's loadout using an asset id which...
static FString AddAssetToPlayerInventoryByAssetID(int PlayerID, int AssetID, const FLootLockerServerAddAssetToPlayerInventoryResponseDelegate &OnCompletedRequest)
Add the specified asset to the specified player's inventory (grant the asset) using an asset id which...
static FString UpdateKeyValuePairsOnAssetInstance(int PlayerID, int AssetInstanceID, TArray< FLootLockerServerAssetStorageKeyValueSet > KeyValuePairs, const FLootLockerServerAssetInstanceKeyValuePairsListResponseDelegate &OnCompletedRequest)
Create or update a list of key value pairs on the specified asset instance.
static FString AddAssetToPlayerInventoryByAssetIDAndVariationID(int PlayerID, int AssetID, int VariationID, const FLootLockerServerAddAssetToPlayerInventoryResponseDelegate &OnCompletedRequest)
Add the specified asset to the specified player's inventory (grant the asset) by specifiying an asset...
static FString GetKeyValuePairsFromAssetInstance(int PlayerID, int AssetInstanceID, const FLootLockerServerAssetInstanceKeyValuePairsListResponseDelegate &OnCompletedRequest)
Get a list of key value pairs from the specified asset instance.
static FString GetUniversalInventory(const FLootLockerServerGetUniversalInventoryResponseDelegate &OnCompletedRequest)
Get a list of assets that are available for all player's in the game.
static FString AlterPlayerInventoryAddAssetsByAssetID(int PlayerID, const TArray< FLootLockerServerAssetByAssetIdRequest > &AssetsToAdd, const TArray< int > AssetsToRemove, const FLootLockerServerAlterPlayerInventoryResponseDelegate &OnCompletedRequest)
Bulk add (grant) and/or remove assets to/from the specified player's inventory Add assets by supplyin...
static FString GetPaginatedAssets(int Count, int After, const FLootLockerServerGetAssetsResponseDelegate &OnCompletedRequest, bool IncludeUGC=false)
List a set of assets from this game according to the supplied pagination options Note that this is a ...
static FString GetAssets(const FLootLockerServerGetAssetsResponseDelegate &OnCompletedRequest, bool IncludeUGC=false)
List all the assets from this game Note that this is a paginated call and it will likely require mult...
static FString GetAssetsByContext(int Count, int After, int Context, const FLootLockerServerGetAssetsResponseDelegate &OnCompletedRequest, bool IncludeUGC=false)
Get all assets for a context.
static FString StartSession(const FLootLockerServerAuthResponseDelegate &OnCompletedRequest)
Start a session connecting to the LootLocker services with the server API key.
static FString MaintainSession(const FLootLockerServerMaintainSessionResponseDelegate &OnCompletedRequest)
Keep the session alive, you should call this endpoint at least once per hour, to extend your tokens l...
static FString CreditBalanceToWallet(const FString &WalletID, const FString &CurrencyID, const FString &Amount, const FLootLockerServerCreditWalletResponseDelegate &OnComplete)
Credit (increase) the specified amount of the provided currency to the provided wallet.
static FString GetWalletByWalletID(const FString &WalletID, const FLootLockerServerGetWalletResponseDelegate &OnComplete)
Get information about a specified wallet.
static FString DebitBalanceToWallet(const FString &WalletID, const FString &CurrencyID, const FString &Amount, const FLootLockerServerDebitWalletResponseDelegate &OnComplete)
Debit (decrease) the specified amount of the provided currency to the provided wallet.
static FString ListBalancesInWallet(const FString &WalletID, const FLootLockerServerListBalancesForWalletResponseDelegate &OnComplete)
Get a list of balances in a specified wallet.
static FString GetWalletByHolderID(const FString &HolderULID, const ELootLockerServerWalletHolderTypes &HolderType, const FLootLockerServerGetWalletResponseDelegate &OnComplete)
Get information about a wallet for a specified holder.
static FString ResetProgressionForCharacter(int PlayerID, int CharacterID, const FString &ProgressionKey, const FLootLockerServerSingleCharacterProgressionWithRewardsResponseDelegate &OnCompletedRequest)
Reset the specified progression for the specified player and character.
static FString GetProgressionsForCharacter(int PlayerID, int CharacterID, const FLootLockerServerCharacterProgressionListResponseDelegate &OnCompletedRequest)
Get a list of progressions for the specified player and character The list will contain the first 20 ...
static FString SubtractPointsFromProgressionForCharacter(int PlayerID, int CharacterID, const FString &ProgressionKey, int32 Amount, const FLootLockerServerSingleCharacterProgressionWithRewardsResponseDelegate &OnCompletedRequest)
Subtract points from the specified progression for the specified player and character.
static FString AddPointsToProgressionForCharacter(int PlayerID, int CharacterID, const FString &ProgressionKey, int32 Amount, const FLootLockerServerSingleCharacterProgressionWithRewardsResponseDelegate &OnCompletedRequest)
Add points to the specified progression for the specified player and character.
static FString GetPaginatedProgressionsForCharacter(int PlayerID, int CharacterID, int32 Count, const FString &After, const FLootLockerServerCharacterProgressionListResponseDelegate &OnCompletedRequest)
Get a list of progressions for the specified player and character.
static FString DeleteProgressionForCharacter(int PlayerID, int CharacterID, const FString &ProgressionKey, const FLootLockerServerDeleteCharacterProgressionResponseDelegate &OnCompletedRequest)
Delete the specified progression for the specified player and character.
static FString GetProgressionForCharacterByKey(int PlayerID, int CharacterID, const FString &ProgressionKey, const FLootLockerServerSingleCharacterProgressionResponseDelegate &OnCompletedRequest)
Get a specific progression for the specified player and character.
static FString GetPaginatedPlayerCharacterInventory(int PlayerID, int CharacterID, int Count, int After, const FLootLockerServerGetCharacterInventoryResponseDelegate &OnCompletedRequest)
Get a subset of the inventory for the specified player and character using pagination settings.
static FString EquipAssetToPlayerCharacterLoadoutByAssetIdAndAssetVariationId(int PlayerID, int CharacterID, int AssetID, int AssetVariationID, const FLootLockerServerEquipAssetToCharacterLoadoutResponseDelegate &OnCompletedRequest)
Equip an asset instance to the loadout of specified player and character using an asset id and an ass...
static FString EquipAssetToPlayerCharacterLoadoutByAssetInstanceId(int PlayerID, int CharacterID, int AssetInstanceID, const FLootLockerServerEquipAssetToCharacterLoadoutResponseDelegate &OnCompletedRequest)
Equip an asset instance to the loadout of specified player and character using an asset instance id.
static FString UnequipAssetFromPlayerCharacterLoadout(int PlayerID, int CharacterID, int InstanceID, const FLootLockerServerUnequipAssetFromCharacterLoadoutResponseDelegate &OnCompletedRequest)
Unequip an asset instance from the loadout of specified player and character using the instance id.
static FString GetPlayerCharacters(int PlayerID, const FLootLockerServerGetPlayerCharacterResponseDelegate &OnCompletedRequest)
List all characters for this player.
static FString GetPlayerCharacterLoadout(int PlayerID, int CharacterID, const FLootLockerServerGetCharacterLoadoutResponseDelegate &OnCompletedRequest)
Get the full loadout for the specified player and character.
static FString GetPlayerCharacterInventory(int PlayerID, int CharacterID, const FLootLockerServerGetCharacterInventoryResponseDelegate &OnCompletedRequest)
Get the inventory for the specified player and character.
static FString EquipAssetToPlayerCharacterLoadoutByAssetIdAndRentalOptionId(int PlayerID, int CharacterID, int AssetID, int RentalOptionID, const FLootLockerServerEquipAssetToCharacterLoadoutResponseDelegate &OnCompletedRequest)
Equip an asset instance to the loadout of specified player and character using an asset id and a rent...
static FString ListConnectedAccounts(const TArray< FString > &PlayerULIDs, const TArray< int > &LegacyPlayerIDs, const FLootLockerServerListConnectedAccountsResponseDelegate &OnCompletedRequest)
List connected accounts for multiple players (up to 25) You can provide player ULIDs,...
static FString ListCurrencies(const FLootLockerServerListCurrenciesResponseDelegate &OnCompletedRequest)
Get a list of available currencies for the game.
static FString ComputeAndLockDropTableForTagWithAssetInformation(int PlayerID, int DropTableID, const FString &Tag, const FLootLockerServerComputeAndLockDropTableResponseDelegate &OnCompletedRequest)
Use this method to compute and lock the specified drop table item from the specified player's invento...
static FString PickDropsFromDropTable(int PlayerID, int DropTableID, TArray< int > DropTableItemIDsToPick, const FLootLockerServerPickFromDropTableResponseDelegate &OnCompletedRequest)
Pick drop table items from the specified drop table and player.
static FString ComputeAndLockDropTableWithAssetInformation(int PlayerID, int DropTableID, const FLootLockerServerComputeAndLockDropTableResponseDelegate &OnCompletedRequest)
Use this method to compute and lock the specified drop table item from the specified player's invento...
static FString ComputeAndLockDropTableForTag(int PlayerID, int DropTableID, const FString &Tag, const FLootLockerServerComputeAndLockDropTableResponseDelegate &OnCompletedRequest)
Use this method to compute and lock the specified drop table item from the specified player's invento...
static FString ComputeAndLockDropTable(int PlayerID, int DropTableID, const FLootLockerServerComputeAndLockDropTableResponseDelegate &OnCompletedRequest)
Use this method to compute and lock the specified drop table item from the specified player's invento...
static FString ListFriendsForPlayer(const FString &PlayerULID, int Page, int PerPage, const FLootLockerServerListFriendsResponseDelegate &OnCompletedRequest)
List friends for the specified player.
static FString GetPlayerHeroes(int PlayerID, const FLootLockerServerGetPlayerHeroResponseDelegate &OnCompletedRequest)
List all heroes for this player.
static FString EquipAssetToPlayerHeroLoadoutByAssetIdAndRentalOptionId(int PlayerID, int HeroID, int AssetID, int RentalOptionID, const FLootLockerServerEquipAssetToHeroLoadoutResponseDelegate &OnCompletedRequest)
Equip an asset instance to the loadout of specified player and hero using an asset id and a rental op...
static FString GetPlayerHeroLoadout(int PlayerID, int HeroID, const FLootLockerServerGetHeroLoadoutResponseDelegate &OnCompletedRequest)
Get the full loadout for the specified player and hero.
static FString UnequipAssetFromPlayerHeroLoadout(int PlayerID, int HeroID, int InstanceID, const FLootLockerServerUnequipAssetFromHeroLoadoutResponseDelegate &OnCompletedRequest)
Unequip an asset instance from the loadout of specified player and hero using the instance id.
static FString GetPlayerHeroInventory(int PlayerID, int HeroID, const FLootLockerServerGetHeroInventoryResponseDelegate &OnCompletedRequest)
Get the inventory for the specified player and hero.
static FString GetPaginatedPlayerHeroInventory(int PlayerID, int HeroID, int Count, int After, const FLootLockerServerGetHeroInventoryResponseDelegate &OnCompletedRequest)
Get a subset of the inventory for the specified player and hero using pagination settings.
static FString EquipAssetToPlayerHeroLoadoutByAssetIdAndAssetVariationId(int PlayerID, int HeroID, int AssetID, int AssetVariationID, const FLootLockerServerEquipAssetToHeroLoadoutResponseDelegate &OnCompletedRequest)
Equip an asset instance to the loadout of specified player and hero using an asset id and an asset va...
static FString EquipAssetToPlayerHeroLoadoutByAssetInstanceId(int PlayerID, int HeroID, int AssetInstanceID, const FLootLockerServerEquipAssetToHeroLoadoutResponseDelegate &OnCompletedRequest)
Equip an asset instance to the loadout of specified player and hero using an asset instance id.
static FString CreateLeaderboardSchedule(const FString &LeaderboardKey, const FString &CronExpression, const FLootLockerServerGetLeaderboardScheduleResponseDelegate &OnCompletedRequest)
Set the provided schedule for the specified leaderboard NOTE: Cron expressions are used for setting u...
static FString GetPaginatedScoresFromLeaderboard(FString LeaderboardKey, int Count, int After, const FLootLockerServerGetScoresFromLeaderboardResponseDelegate &OnCompletedRequest)
From the requested leaderboard get <count> number of scores.
static FString GetAllMemberRanks(FString MemberID, const FLootLockerServerGetAllMemberRanksResponseDelegate &OnCompletedRequest)
For all leaderboards that this member has scores on, get the score, member information,...
static FString DeleteLeaderboard(FString LeaderboardKey, const FLootLockerServerDeleteLeaderboardResponseDelegate &OnCompletedRequest)
Delete an existing leaderboard.
static FString GetLeaderboardSchedule(const FString &LeaderboardKey, const FLootLockerServerGetLeaderboardScheduleResponseDelegate &OnCompletedRequest)
Get the schedule for the specified leaderboard.
static FString GetPaginatedAllMemberRanks(FString MemberID, const int Count, const int After, const FLootLockerServerGetAllMemberRanksResponseDelegate &OnCompletedRequest)
For all leaderboards that this member has scores on, get the score, member information,...
static FString IncrementScore(FString LeaderboardKey, FString MemberID, int Amount, const FLootLockerServerLeaderboardIncrementScoreResponseDelegate &OnCompletedRequest)
Increment a member's score on the given leaderboard by the specified amount.
static FString CreateLeaderboard(FString LeaderboardKey, FString Name, ELootLockerServerLeaderboardType Type, bool HasMetadata, ELootLockerServerLeaderboardDirection DirectionMethod, bool EnableGameApiWrites, bool OverwriteScoreOnSubmit, const FLootLockerServerCreateLeaderboardResponseDelegate &OnCompletedRequest)
Create a new leaderboard with the provided details.
static FString ListLeaderboards(const FLootLockerServerListLeaderboardsResponseDelegate &OnCompletedRequest)
List information about all leaderboards in the game.
static FString ListLeaderboardArchive(const FString &LeaderboardKey, const FLootLockerServerLeaderboardArchiveResponseDelegate &OnCompletedRequest)
List the archive of a specific Leaderboard,.
static FString UpdateLeaderboard(FString LeaderboardKey, FString NewLeaderboardKey, FString Name, ELootLockerServerLeaderboardDirection DirectionMethod, bool EnableGameApiWrites, bool OverwriteScoreOnSubmit, const FLootLockerServerUpdateLeaderboardResponseDelegate &OnCompletedRequest)
Update an existing leaderboard with the provided details.
static FString ListAssets(const FLootLockerServerListAssetsRequest &Request, int PerPage, int Page, const FLootLockerServerListAssetsResponseDelegate &OnCompletedRequest)
List assets with configurable response data.
static FString DeleteLeaderboardSchedule(const FString &LeaderboardKey, const FLootLockerServerDeleteLeaderboardScheduleResponseDelegate &OnCompletedRequest)
Remove the schedule (if any) from the specified leadeboard.
static FString ListContexts(int PerPage, int Page, const FLootLockerServerListContextsResponseDelegate &OnCompletedRequest)
List contexts with pagination support.
static FString SubmitScore(FString LeaderboardKey, FString MemberID, int Score, FString Metadata, const FLootLockerServerLeaderboardSubmitScoreResponseDelegate &OnCompletedRequest)
Submit a score to the given leaderboard.
static FString GetScoresFromLeaderboard(FString LeaderboardKey, const FLootLockerServerGetScoresFromLeaderboardResponseDelegate &OnCompletedRequest)
From the requested leaderboard get <count> number of scores.
static FString ListLeaderboards(int32 Count, int32 After, const FLootLockerServerListLeaderboardsResponseDelegate &OnCompletedRequest)
List information about all leaderboards in the game.
static FString ListAssetsWithDefaultParameters(const FLootLockerServerListAssetsResponseDelegate &OnCompletedRequest)
List assets with default parameters (no filters, first page, default page size) Lightweight alternati...
static FString GetLeaderboardArchive(const FString &Key, int Count, const FString &After, const FLootLockerServerLeaderboardArchiveDetailResponseDelegate &OnCompletedRequest)
Get the specified Archive which includes details such as ranks, scores and rewards.
static FString GetLeaderboard(const FString &LeaderboardKey, const FLootLockerServerGetLeaderboardResponseDelegate &OnCompletedRequest)
Get information about a given leaderboard.
static FString SendNotificationToPlayer(const FString &NotificationType, ELootLockerServerNotificationPriority Priority, const FString &RecipientPlayerUlid, const TArray< T > &Content, const TArray< FLootLockerServerNotificationProperty > &Properties, const FLootLockerServerSendNotificationsResponseDelegate &OnCompletedRequest)
Definition LootLockerServerForCpp.h:1878
static FString SendNotificationToPlayer(const FString &NotificationType, ELootLockerServerNotificationPriority Priority, const FString &RecipientPlayerUlid, const TArray< FString > &Content, const TArray< FLootLockerServerNotificationProperty > &Properties, const FLootLockerServerSendNotificationsResponseDelegate &OnCompletedRequest)
static FString SendNotificationToPlayer(const FString &NotificationType, ELootLockerServerNotificationPriority Priority, const FString &RecipientPlayerUlid, int Content, const TArray< FLootLockerServerNotificationProperty > &Properties, const FLootLockerServerSendNotificationsResponseDelegate &OnCompletedRequest)
static FString SendNotificationToPlayerWithLargeIntArrayContent(const FString &NotificationType, ELootLockerServerNotificationPriority Priority, const FString &RecipientPlayerUlid, const TArray< long long > &Content, const TArray< FLootLockerServerNotificationProperty > &Properties, const FLootLockerServerSendNotificationsResponseDelegate &OnCompletedRequest)
static FString SendNotificationToPlayer(const FString &NotificationType, ELootLockerServerNotificationPriority Priority, const FString &RecipientPlayerUlid, const TArray< TSharedPtr< FJsonValue > > &Content, const TArray< FLootLockerServerNotificationProperty > &Properties, const FLootLockerServerSendNotificationsResponseDelegate &OnCompletedRequest)
static FString SendNotificationToPlayerWithBoolArrayContent(const FString &NotificationType, ELootLockerServerNotificationPriority Priority, const FString &RecipientPlayerUlid, const TArray< bool > &Content, const TArray< FLootLockerServerNotificationProperty > &Properties, const FLootLockerServerSendNotificationsResponseDelegate &OnCompletedRequest)
static FString SendNotificationToPlayer(const FString &NotificationType, ELootLockerServerNotificationPriority Priority, const FString &RecipientPlayerUlid, const TArray< double > &Content, const TArray< FLootLockerServerNotificationProperty > &Properties, const FLootLockerServerSendNotificationsResponseDelegate &OnCompletedRequest)
static FString SendNotificationToPlayer(const FString &NotificationType, ELootLockerServerNotificationPriority Priority, const FString &RecipientPlayerUlid, const TSharedPtr< FJsonValue > &Content, const TArray< FLootLockerServerNotificationProperty > &Properties, const FLootLockerServerSendNotificationsResponseDelegate &OnCompletedRequest)
static FString SendNotificationToPlayerWithoutContent(const FString &NotificationType, ELootLockerServerNotificationPriority Priority, const FString &RecipientPlayerUlid, const TArray< FLootLockerServerNotificationProperty > &Properties, const FLootLockerServerSendNotificationsResponseDelegate &OnCompletedRequest)
static FString SendNotificationToPlayer(const FString &NotificationType, ELootLockerServerNotificationPriority Priority, const FString &RecipientPlayerUlid, bool Content, const TArray< FLootLockerServerNotificationProperty > &Properties, const FLootLockerServerSendNotificationsResponseDelegate &OnCompletedRequest)
static FString SendNotificationToPlayer(const FString &NotificationType, ELootLockerServerNotificationPriority Priority, const FString &RecipientPlayerUlid, float Content, const TArray< FLootLockerServerNotificationProperty > &Properties, const FLootLockerServerSendNotificationsResponseDelegate &OnCompletedRequest)
static FString SendNotificationToPlayer(const FString &NotificationType, ELootLockerServerNotificationPriority Priority, const FString &RecipientPlayerUlid, long long Content, const TArray< FLootLockerServerNotificationProperty > &Properties, const FLootLockerServerSendNotificationsResponseDelegate &OnCompletedRequest)
static FString SendNotificationToPlayer(const FString &NotificationType, ELootLockerServerNotificationPriority Priority, const FString &RecipientPlayerUlid, double Content, const TArray< FLootLockerServerNotificationProperty > &Properties, const FLootLockerServerSendNotificationsResponseDelegate &OnCompletedRequest)
static FString SendNotificationToPlayer(const FString &NotificationType, ELootLockerServerNotificationPriority Priority, const FString &RecipientPlayerUlid, const TArray< float > &Content, const TArray< FLootLockerServerNotificationProperty > &Properties, const FLootLockerServerSendNotificationsResponseDelegate &OnCompletedRequest)
static FString SendNotificationToPlayer(const FString &NotificationType, ELootLockerServerNotificationPriority Priority, const FString &RecipientPlayerUlid, const FString &Content, const TArray< FLootLockerServerNotificationProperty > &Properties, const FLootLockerServerSendNotificationsResponseDelegate &OnCompletedRequest)
static FString SendNotificationToPlayer(const FString &NotificationType, ELootLockerServerNotificationPriority Priority, const FString &RecipientPlayerUlid, const char *Content, const TArray< FLootLockerServerNotificationProperty > &Properties, const FLootLockerServerSendNotificationsResponseDelegate &OnCompletedRequest)
static FString SendNotificationToPlayerWithIntArrayContent(const FString &NotificationType, ELootLockerServerNotificationPriority Priority, const FString &RecipientPlayerUlid, const TArray< int > &Content, const TArray< FLootLockerServerNotificationProperty > &Properties, const FLootLockerServerSendNotificationsResponseDelegate &OnCompletedRequest)
static FString SendNotificationToPlayer(const FString &NotificationType, ELootLockerServerNotificationPriority Priority, const FString &RecipientPlayerUlid, const T &Content, const TArray< FLootLockerServerNotificationProperty > &Properties, const FLootLockerServerSendNotificationsResponseDelegate &OnCompletedRequest)
Definition LootLockerServerForCpp.h:1761
static FString ListFilesForPlayer(int PlayerID, const FLootLockerServerPlayerFileListResponseDelegate &OnCompletedRequest)
List files currently associated with the specified player.
static FString UpdateFileForPlayer(int PlayerID, int FileID, FString FilePath, const FLootLockerServerSinglePlayerFileResponseDelegate &OnCompletedRequest)
Update the specified file for the specified player with the supplied file content.
static FString GetFileForPlayerByID(int PlayerID, int FileID, const FLootLockerServerSinglePlayerFileResponseDelegate &OnCompletedRequest)
Get the specified file currently associated with the specified player.
static FString UploadFileForPlayer(int PlayerID, FString FilePath, FString Purpose, bool IsPublic, const FLootLockerServerSinglePlayerFileResponseDelegate &OnCompletedRequest)
Upload the specified file to the specified player Each file can be a maximum of 5MB and each player c...
static FString UpdatePlayerFileWithRawData(int PlayerID, int FileID, TArray< uint8 > RawData, const FString &FileName, const FLootLockerServerSinglePlayerFileResponseDelegate &OnCompletedRequest)
Update the specified file for the specified player with the supplied raw data.
static FString DeleteFileForPlayerByID(int PlayerID, int FileID, const FLootLockerServerPlayerFileDeleteResponseDelegate &OnCompletedRequest)
Delete the specified file currently associated with the specified player The response will be empty u...
static FString UploadRawDataToPlayerFile(int PlayerID, TArray< uint8 > RawData, const FString &FileName, FString Purpose, bool IsPublic, const FLootLockerServerSinglePlayerFileResponseDelegate &OnCompletedRequest)
Upload the supplied raw data as a file to the specified player Each file can be a maximum of 5MB and ...
static FString DeleteProgressionForPlayer(int PlayerID, const FString &ProgressionKey, const FLootLockerServerDeletePlayerProgressionResponseDelegate &OnCompletedRequest)
Delete the specified progression for the specified player.
static FString GetProgressionForPlayerByKey(int PlayerID, const FString &ProgressionKey, const FLootLockerServerSinglePlayerProgressionResponseDelegate &OnCompletedRequest)
Get a specific progression for the specified player.
static FString ResetProgressionForPlayer(int PlayerID, const FString &ProgressionKey, const FLootLockerServerSinglePlayerProgressionWithRewardsResponseDelegate &OnCompletedRequest)
Reset the specified progression for the specified player.
static FString SubtractPointsFromProgressionForPlayer(int PlayerID, const FString &ProgressionKey, int32 Amount, const FLootLockerServerSinglePlayerProgressionWithRewardsResponseDelegate &OnCompletedRequest)
Subtract points from the specified progression for the specified player.
static FString AddPointsToProgressionForPlayer(int PlayerID, const FString &ProgressionKey, int32 Amount, const FLootLockerServerSinglePlayerProgressionWithRewardsResponseDelegate &OnCompletedRequest)
Add points to the specified progression for the specified player.
static FString GetPaginatedProgressionsForPlayer(int PlayerID, int32 Count, const FString &After, const FLootLockerServerPlayerProgressionListResponseDelegate &OnCompletedRequest)
Get a list of progressions for the specified player.
static FString GetProgressionsForPlayer(int PlayerID, const FLootLockerServerPlayerProgressionListResponseDelegate &OnCompletedRequest)
Get a list of progressions for the specified player The list will contain the first 20 items,...
static FString GetPublicPersistentStorageForPlayersAndKeys(TArray< int > PlayerIDs, TArray< FString > Keys, const FLootLockerServerGetPublicPersistentStorageForPlayersAndKeysResponseDelegate &OnCompletedRequest)
Get all the public (if any) persistent storage for the provided players, but filter the list by the p...
static FString UpdatePersistentStorageForPlayersAndKeys(TArray< FLootLockerServerPlayerPersistentStorageEntry_NamedSets > StorageEntriesToUpdate, const FLootLockerServerUpdatePersistentStorageForPlayersAndKeysResponseDelegate &OnCompletedRequest)
Update the persistent storage for the provided player according to the objects provided.
static FString GetPersistentStorageForPlayer(int PlayerID, const FLootLockerServerGetPersistentStorageForPlayersResponseDelegate &OnCompletedRequest)
Get the persistent storage for the provided player.
static FString GetPersistentStorageForPlayers(TArray< int > PlayerIDs, const FLootLockerServerGetPersistentStorageForPlayersResponseDelegate &OnCompletedRequest)
Get the persistent storage for all the player ids provided.
static FString GetEntirePublicPersistentStorageForPlayers(TArray< int > PlayerIDs, const FLootLockerServerGetPublicPersistentStorageForPlayersAndKeysResponseDelegate &OnCompletedRequest)
Get all the public (if any) persistent storage for the provided players.
static FString DeletePersistentStorageForPlayersAndKeys(TArray< int > PlayerIDs, TArray< FString > Keys, const FLootLockerServerDeletePersistentStorageForPlayersAndKeysResponseDelegate &OnCompletedRequest)
Delete the persistent storage for the provided keys on the provided players If the request fails you ...
static FString GetPlayerInfoFromGameSessionToken(TArray< FString > GameSessionTokensToLookUp, const FLootLockerServerGetPlayerInfoFromGameSessionTokenResponseDelegate &OnCompletedRequest)
Lookup players by their game session tokens Use this to verify in the server that the client player i...
static FString CreatePlayer(ELootLockerServerCreatePlayerPlatforms Platform, const FString &PlatformPlayerIdentifier, const FLootLockerServerCreatePlayerResponseDelegate &OnCompletedRequest)
Creates a player in LootLocker for the platform player.
static FString LookupPlayerNames(TArray< FLootLockerServerPlayerNameLookupPair > IdsToLookUp, const FLootLockerServerPlayerNameLookupResponseDelegate &OnCompletedRequest)
Lookup a number of player names from the player's id.
static FString GetProgressions(const FLootLockerServerGameProgressionListResponseDelegate &OnCompletedRequest)
Get a list of progressions for the game The list will contain the first 20 items, if you want to get ...
static FString GetPaginatedProgressions(int32 Count, const FString &After, const FLootLockerServerGameProgressionListResponseDelegate &OnCompletedRequest)
Get a list of progressions for the game using pagination settings.
static FString GetTiersForProgression(const FString &ProgressionKey, const FLootLockerServerProgressionTiersResponseDelegate &OnCompletedRequest)
Get a list of tiers for the specified progression The list will contain the first 20 items,...
static FString GetPaginatedTiersForProgression(const FString &ProgressionKey, int32 Count, int32 After, const FLootLockerServerProgressionTiersResponseDelegate &OnCompletedRequest)
Get a list of tiers for the specified progression using pagination settings.
static FString GetProgressionByKey(const FString &ProgressionKey, const FLootLockerServerSingleGameProgressionResponseDelegate &OnCompletedRequest)
Get the specified progression.
static FString GameApiTokenExchange(const FString &GameApiSessionToken, const FLootLockerServerTokenExchangeResponseDelegate &OnCompletedRequest)
Get a new active game api session token for the player holding the supplied game api session token.
static FString GameApiUserImpersonation(const FString &PlayerUlid, const FLootLockerServerTokenExchangeResponseDelegate &OnCompletedRequest)
Get a new active game api session token for the specified player.
static FString InvokeTriggerForPlayer(FString TriggerName, int PlayerID, const FLootLockerServerInvokeTriggerResponseDelegate &OnCompletedRequest)
Trigger the requested trigger on behalf of the provided player.
Request payload for simple asset listing.
Definition LootLockerServerAssetRequest.h:674
Definition LootLockerServerMetadataRequest.h:102
void SetValueAsJsonObject(const FJsonObject &Value)
bool TryGetValueAsJsonObject(TSharedPtr< FJsonObject > &Output) const
static FLootLockerServerMetadataEntry _INTERNAL_MakeEntryExceptValue(const FString &Key, const TArray< FString > &Tags, const TArray< FString > &Access, const ELootLockerServerMetadataTypes Type)
Definition LootLockerServerNotificationsRequest.h:88
static const int LL_ERROR_INVALID_INPUT
Definition LootLockerServerResponse.h:219