YOM Replicator SDK 0.8.0.0
A metaverse SDK created by YOM
Loading...
Searching...
No Matches
YomCore

Detailed Description

Main module that handles player and wallet connection.

YomCore provides creators with essential objects that are needed to run a metaspace. These objects include but are not limited to the YomPlayer, Wallets, and YomModules.

Classes

class  UYomCoreBPFunctions
 A BlueprintFunctionLibrary for YomCore. More...
 
class  AYomGameMode
 The gamemode for metaspaces. More...
 
class  AYomManager
 A manager that can manage something of the metaspace. More...
 
class  UYomModule
 The base class for all YomModules that can extend the YomPlayer. More...
 
class  AYomPlayer
 The main player of the metaspaces, it is a PlayerController as the PlayerController should never change. More...
 
struct  FWallet
 The wallet which holds information about a the wallet of a player. More...
 

Enumerations

enum  EWalletType { NoWallet , TestWallet , SolanaWallet , GuestWallet }
 All wallet types that are available to the metaspace. More...
 

Enumeration Type Documentation

◆ EWalletType

All wallet types that are available to the metaspace.

Enumerator
NoWallet 

No wallet is the 'null' version of a wallet type.

TestWallet 

Only available for testing metaspaces.

SolanaWallet 

A wallet that can communicate with the Solana blockchain.

GuestWallet 

A wallet that is available for guests that do not have a blockchain wallet.