Unreal access to the PixoVR Platform
|
UCLASS(BlueprintType, Blueprintable) More...
#include <PPlatformSubsystem.h>
Public Member Functions | |
UPPlatformSubsystem () | |
bool | IsApplicationInstalled (const FString &ApplicationName) |
UFUNCTION(BlueprintCallable, Category = "Pixo Platform") | |
bool | LaunchApplication (const FString &ApplicationName, const FString &ExtraKey, const FString &ExtraValue) |
UFUNCTION(BlueprintCallable, Category = "Pixo Platform") | |
Private Member Functions | |
GENERATED_BODY () | |
UCLASS(BlueprintType, Blueprintable)
A subsystem that contains functions to download, install and launch applications.
UPPlatformSubsystem contains functionality to download, install and launch applications.
Definition at line 31 of file PPlatformSubsystem.h.
UPPlatformSubsystem::UPPlatformSubsystem | ( | ) |
Definition at line 13 of file PPlatformSubsystem.cpp.
|
private |
|
BlueprintCallable |
UFUNCTION(BlueprintCallable, Category = "Pixo Platform")
Definition at line 32 of file PPlatformSubsystem.cpp.
|
BlueprintCallable |
UFUNCTION(BlueprintCallable, Category = "Pixo Platform")
Definition at line 47 of file PPlatformSubsystem.cpp.