YOM Replicator SDK 0.8.0.0
A metaverse SDK created by YOM
|
Public Member Functions | |
virtual FString | GetModuleName () override |
Gets the name of this module. More... | |
void | UpdateConfigClient (const FString &pJson) |
Updates the config for a client. More... | |
Static Public Member Functions | |
static void | UpdateConfig (UVaRestJsonObject *pJson) |
Updates the config with the given json. More... | |
static void | UpdateConfig (const FString &pJson) |
Updates the config with the given json string. More... | |
Protected Member Functions | |
virtual void | BeginPlay () override |
|
overrideprotectedvirtual |
|
overridevirtual |
Gets the name of this module.
|
static |
Updates the config with the given json string.
pJson | The json string |
|
static |
Updates the config with the given json.
pJson | The given json |
void UYomSettingsSync::UpdateConfigClient | ( | const FString & | pJson | ) |
Updates the config for a client.
pJson | The new json |