![]() |
LootLocker Unreal Server SDK 6.5.0
Server-side backend SDK for Unreal Engine
|
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.
|
static |
Get a list of available currencies for the game.
| OnCompletedRequest | Delegate for handling the server response |
Functions | |
| static FString | ULootLockerServerForCpp::ListCurrencies (const FLootLockerServerListCurrenciesResponseDelegate &OnCompletedRequest) |
| Get a list of available currencies for the game. | |