YOM Replicator SDK 0.8.0.0
A metaverse SDK created by YOM
Loading...
Searching...
No Matches
UYomSettingsSync Class Reference
Inheritance diagram for UYomSettingsSync:
UYomModule

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
 

Member Function Documentation

◆ BeginPlay()

void UYomSettingsSync::BeginPlay ( )
overrideprotectedvirtual

◆ GetModuleName()

FString UYomSettingsSync::GetModuleName ( )
overridevirtual

Gets the name of this module.

◆ UpdateConfig() [1/2]

void UYomSettingsSync::UpdateConfig ( const FString &  pJson)
static

Updates the config with the given json string.

Parameters
pJsonThe json string

◆ UpdateConfig() [2/2]

void UYomSettingsSync::UpdateConfig ( UVaRestJsonObject *  pJson)
static

Updates the config with the given json.

Parameters
pJsonThe given json

◆ UpdateConfigClient()

void UYomSettingsSync::UpdateConfigClient ( const FString &  pJson)

Updates the config for a client.

Parameters
pJsonThe new json