27 UFUNCTION(BlueprintCallable, meta = (DisplayName = "Add Scene Component By Class"), Category = "Pixo Custom Functions")
34 UFUNCTION(BlueprintPure, Category = "Pixo Custom Functions")
35 static FString NewLineCharacter();
45 UFUNCTION(BlueprintCallable, Category = "Pixo Custom Functions | File IO")
46 static
bool ExportToCSVToProjectRootDirectory(FString Textbody, FString FileName, FString OptionalFolderName,
bool OverwriteFile);
57 UFUNCTION(BlueprintCallable, Category = "Pixo Custom Functions | File IO")
58 static
bool ExportToCSVToSpecifiedPath(FString FilePath, FString Textbody, FString FileName, FString OptionalFolderName,
bool OverwriteFile);
64 UFUNCTION(BlueprintPure, Category = "Pixo Custom Functions")
65 static FString GetHMDFullDeviceName();
71 UFUNCTION(BlueprintPure, Category = "Pixo Custom Functions")
72 static
void GetVersionName(FString& Version);
79 UFUNCTION(BlueprintPure, Category = "Pixo Custom Functions | Kill Switch")
80 static
bool GetKillSwitchValues(FString& MonthDayYear);
87 UFUNCTION(BlueprintCallable, Category = "Pixo Custom Functions | Auth")
95 UFUNCTION(BlueprintCallable, Category = "Pixo Custom Functions | Auth")
104 UFUNCTION(BlueprintCallable, Category = "Pixo Custom Functions | Auth")
112 UFUNCTION(BlueprintCallable, Category = "Pixo Custom Functions | Auth")
119 UFUNCTION(BlueprintCallable, Category = "Pixo Custom Functions | Auth")
120 static
bool CheckAuthJSON();
126 UFUNCTION(BlueprintCallable, Category = "Pixo Custom Functions | Auth")
127 static
bool DeleteAuthJSON();
133 UFUNCTION(BlueprintPure, Category = "Pixo Custom Functions | Login")
134 static
bool GetIsOfflineModeEnabled();
140 UFUNCTION(BlueprintPure, Category = "Pixo Custom Functions | Login")
141 static
float GetOfflineTime();
147 UFUNCTION(BlueprintPure, Category = "Pixo Custom Functions | Login")
148 static FName GetMapAfterLogin();
154 UFUNCTION(BlueprintPure, Category = "Pixo Custom Functions | Login")
155 static FName GetMapAfterIntro();
161 UFUNCTION(BlueprintPure, Category="FallPrevention")
162 static FString GetTestServerIP();
168 UFUNCTION(BlueprintCallable, Category = "Localization")
169 static
void SetLocalizationCulture(FString Culture);
176 UFUNCTION(BlueprintCallable, Category = "Localization")
177 static FName GetFullCultureName (FString Culture);
183 UFUNCTION(BlueprintPure, Category="Pixo|OnlineSubsystem")
184 static FString GetMasterServiceIP();