YOM Replicator SDK 0.8.0.0
A metaverse SDK created by YOM
|
A BlueprintFunctionLibrary for YomCore.
Static Public Member Functions | |
Blueprint Functions | |
static AYomPlayer * | GetYomPlayerFromActor (AActor *pActor) |
Tries to retrieve the owning YomPlayer from an actor. More... | |
static AYomPlayer * | GetYomPlayer (const UObject *pWorldContextObject) |
Gets a YomPlayer. More... | |
static FString | GetBlockchainFromWalletType (const EWalletType &pType) |
Gets the blockchain type as an FString. More... | |
static FString | ConvertVaRestJsonToString (UVaRestJsonObject *pJson) |
Converts a VaRest JSON to an FString. More... | |
static void | CallSigFunction (const AYomPlayer *pPlayer, const FString &pFunction, const TArray< FString > &pVariableNames, const TArray< UVaRestJsonValue * > &pVariableValues) |
Calls a function on the signalling server. More... | |
static void | RedirectPlayer (const AYomPlayer *pPlayer, const FString &pUrl) |
Redirects a player to a different page. More... | |
static FString | GetYourOpenMetaversePluginVersion () |
Gets the plugin version of YourOpenMetaverse. More... | |
static UVaRestSubsystem * | GetVaRestSubsystem () |
Returns the varest subsystem used in this function library. More... | |
|
static |
Calls a function on the signalling server.
pPlayer | The player to call the function on |
pFunction | The function that needs to be called |
pVariableNames | The names of all the variables of the function |
pVariableValues | The values of all the variables of the function |
|
static |
Converts a VaRest JSON to an FString.
pJson | The JSON that needs to be converted |
|
static |
Gets the blockchain type as an FString.
pType | The type that needs to be converted to an FString |
|
static |
Returns the varest subsystem used in this function library.
|
static |
Gets a YomPlayer.
pWorldContextObject | The context object (should be given by unreal) |
|
static |
Tries to retrieve the owning YomPlayer from an actor.
pActor | The actor that has a relation to a YomPlayer |
|
static |
Gets the plugin version of YourOpenMetaverse.
|
static |
Redirects a player to a different page.
pPlayer | The player that needs to be redirected |
pUrl | The url to redirect to |