35 UFUNCTION(BlueprintCallable, Category = "Pixo Platform")
38 UFUNCTION(BlueprintCallable, Category = "Pixo Platform")
39 bool LaunchApplication(const FString& ApplicationName, const FString& ExtraKey, const FString& ExtraValue);
42 jclass PlatformClassID;
43 jmethodID LaunchApplicationFunction;
44 jmethodID IsApplicationInstalledFunction;