LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
Loading...
Searching...
No Matches
FLootLockerCreateWalletRequest Struct Reference

Request to create a wallet for a specified holder, identified by ULID and holder type. More...

#include <LootLockerBalanceRequestHandler.h>

Data Fields

FString Holder_id = ""
 ULID of the holder you want to create a wallet for.
 
FString Holder_type = ""
 The type of holder that this holder id refers to.
 
FString Id = ""
 The id of the created wallet.
 

Detailed Description

Request to create a wallet for a specified holder, identified by ULID and holder type.

Field Documentation

◆ Holder_id

FString FLootLockerCreateWalletRequest::Holder_id = ""

ULID of the holder you want to create a wallet for.

◆ Holder_type

FString FLootLockerCreateWalletRequest::Holder_type = ""

The type of holder that this holder id refers to.

◆ Id

FString FLootLockerCreateWalletRequest::Id = ""

The id of the created wallet.