17 virtual
void Initialize(FSubsystemCollectionBase& Collection) override;
19 UFUNCTION(BlueprintCallable, Category = "Pixo Platform")
20 bool TryChangeSettingsSection(const FString& Section);
23 void AddJsonToPackage();
24 void LoadFromConfigJson();
26 bool GetSettingsFromRegion(const FString& Region);
29 void PopulateSettings();
31 TSharedPtr<FJsonObject> ConfigurationJsonObject;