LootLocker Unreal Server SDK 6.5.0
Server-side backend SDK for Unreal Engine
Loading...
Searching...
No Matches
Currency

Detailed Description

Query virtual currency types from the server.

List the virtual currency definitions configured in the LootLocker console. Currency data drives economy logic on the server side. See Balances to read and adjust player wallets.

See the LootLocker documentation.

Function Documentation

◆ ListCurrencies()

static FString ULootLockerServerForCpp::ListCurrencies ( const FLootLockerServerListCurrenciesResponseDelegate OnCompletedRequest)
static

Get a list of available currencies for the game.

Parameters
OnCompletedRequestDelegate for handling the server response
Returns
A unique id for this request, use this to match callbacks to requests when you have multiple simultaneous requests outbound

Functions

static FString ULootLockerServerForCpp::ListCurrencies (const FLootLockerServerListCurrenciesResponseDelegate &OnCompletedRequest)
 Get a list of available currencies for the game.