YOM Replicator SDK 0.8.0.0
A metaverse SDK created by YOM
Loading...
Searching...
No Matches
FWallet Struct Reference

Detailed Description

The wallet which holds information about a the wallet of a player.

Public Attributes

INTERNAL TEnumAsByte< EWalletTypeWalletType = NoWallet
 The wallet type of this wallet, defaults to nothing. More...
 
FString PublicWalletID = ""
 The walletID of this wallet, defaults to nothing. More...
 
FString PlayerName = ""
 The name that is displayed on the name tag. More...
 

Member Data Documentation

◆ PlayerName

FString FWallet::PlayerName = ""

The name that is displayed on the name tag.

◆ PublicWalletID

FString FWallet::PublicWalletID = ""

The walletID of this wallet, defaults to nothing.

◆ WalletType

INTERNAL TEnumAsByte<EWalletType> FWallet::WalletType = NoWallet

The wallet type of this wallet, defaults to nothing.