1.x.x |
Documentation for the Unreal C++ Plugin
|
UCLASS(BlueprintType, Blueprintable, DisplayName = "PixoVR Launcher") More...
#include <PixoLauncherSubsystem.h>
Public Member Functions | |
UPixoLauncherSubsystem () | |
FString | GetApplicationExtra (const FString &ExtraKey) |
UFUNCTION(BlueprintCallable, Category = "PixoVR|Launcher") | |
FString | GetDeviceMacAddress () |
UFUNCTION(BlueprintCallable, Category = "PixoVR|Launcher") | |
FString | GetDeviceSerialNumber () |
UFUNCTION(BlueprintCallable, Category = "PixoVR|Launcher") | |
FString | GetIntentData () |
UFUNCTION(BlueprintCallable, Category = "PixoVR|Launcher") | |
void | Initialize (FSubsystemCollectionBase &Collection) |
bool | IsApplicationInstalled (const FString &ApplicationName) |
UFUNCTION(BlueprintCallable, Category = "PixoVR|Launcher") | |
bool | LaunchApplication (const FString &ApplicationName, const TArray< FString > &ExtraKey, const TArray< FString > &ExtraValue) |
UFUNCTION(BlueprintCallable, Category = "PixoVR|Launcher") | |
void | OpenURL (const FString &URL) |
UFUNCTION(BlueprintCallable, Category = "PixoVR|Launcher") | |
Private Member Functions | |
GENERATED_BODY () | |
UCLASS(BlueprintType, Blueprintable, DisplayName = "PixoVR Launcher")
A subsystem that contains functions to download, install and launch applications.
UPixoLauncherSubsystem contains functionality to download, install and launch applications.
Definition at line 32 of file PixoLauncherSubsystem.h.
UPixoLauncherSubsystem::UPixoLauncherSubsystem | ( | ) |
Definition at line 14 of file PixoLauncherSubsystem.cpp.
|
private |
|
BlueprintCallable |
UFUNCTION(BlueprintCallable, Category = "PixoVR|Launcher")
Definition at line 91 of file PixoLauncherSubsystem.cpp.
|
BlueprintCallable |
UFUNCTION(BlueprintCallable, Category = "PixoVR|Launcher")
Definition at line 139 of file PixoLauncherSubsystem.cpp.
|
BlueprintCallable |
UFUNCTION(BlueprintCallable, Category = "PixoVR|Launcher")
Definition at line 122 of file PixoLauncherSubsystem.cpp.
|
BlueprintCallable |
UFUNCTION(BlueprintCallable, Category = "PixoVR|Launcher")
Definition at line 107 of file PixoLauncherSubsystem.cpp.
void UPixoLauncherSubsystem::Initialize | ( | FSubsystemCollectionBase & | Collection | ) |
Definition at line 20 of file PixoLauncherSubsystem.cpp.
|
BlueprintCallable |
UFUNCTION(BlueprintCallable, Category = "PixoVR|Launcher")
Definition at line 36 of file PixoLauncherSubsystem.cpp.
|
BlueprintCallable |
UFUNCTION(BlueprintCallable, Category = "PixoVR|Launcher")
Definition at line 51 of file PixoLauncherSubsystem.cpp.
|
BlueprintCallable |
UFUNCTION(BlueprintCallable, Category = "PixoVR|Launcher")
Definition at line 78 of file PixoLauncherSubsystem.cpp.