Unreal access to the PixoVR Platform
Loading...
Searching...
No Matches
UPPlatformCoreSubsystem Class ReferenceBlueprintTypeBlueprintable

UCLASS(BlueprintType, Blueprintable, DisplayName = "PixoVR Platfor Core Subsystem") More...

#include <PPlatformCoreSubsystem.h>

Inheritance diagram for UPPlatformCoreSubsystem:
[legend]

Public Member Functions

 UPPlatformCoreSubsystem ()
 
void AddJsonToPackage ()
 
bool GetSettingsFromRegion (const FString &Region)
 
virtual void Initialize (FSubsystemCollectionBase &Collection) override
 
void LoadFromConfigJson ()
 
bool TryChangeSettingsSection (const FString &Section)
 UFUNCTION(BlueprintCallable, Category = "Pixo Platform")
 

Private Member Functions

 GENERATED_BODY ()
 
void PopulateSettings ()
 

Private Attributes

TSharedPtr< FJsonObject > ConfigurationJsonObject
 

Detailed Description

UCLASS(BlueprintType, Blueprintable, DisplayName = "PixoVR Platfor Core Subsystem")

Definition at line 14 of file PPlatformCoreSubsystem.h.

Constructor & Destructor Documentation

◆ UPPlatformCoreSubsystem()

UPPlatformCoreSubsystem::UPPlatformCoreSubsystem ( )

Definition at line 43 of file PPlatformCoreSubsystem.cpp.

Member Function Documentation

◆ AddJsonToPackage()

void UPPlatformCoreSubsystem::AddJsonToPackage ( )

Definition at line 185 of file PPlatformCoreSubsystem.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GENERATED_BODY()

UPPlatformCoreSubsystem::GENERATED_BODY ( )
private

◆ GetSettingsFromRegion()

bool UPPlatformCoreSubsystem::GetSettingsFromRegion ( const FString & Region)

Definition at line 117 of file PPlatformCoreSubsystem.cpp.

Here is the caller graph for this function:

◆ Initialize()

void UPPlatformCoreSubsystem::Initialize ( FSubsystemCollectionBase & Collection)
overridevirtual

Definition at line 48 of file PPlatformCoreSubsystem.cpp.

Here is the call graph for this function:

◆ LoadFromConfigJson()

void UPPlatformCoreSubsystem::LoadFromConfigJson ( )

Definition at line 58 of file PPlatformCoreSubsystem.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ PopulateSettings()

void UPPlatformCoreSubsystem::PopulateSettings ( )
private

Definition at line 87 of file PPlatformCoreSubsystem.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ TryChangeSettingsSection()

bool UPPlatformCoreSubsystem::TryChangeSettingsSection ( const FString & Section)
BlueprintCallable

UFUNCTION(BlueprintCallable, Category = "Pixo Platform")

Definition at line 112 of file PPlatformCoreSubsystem.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ ConfigurationJsonObject

TSharedPtr<FJsonObject> UPPlatformCoreSubsystem::ConfigurationJsonObject
private

Definition at line 38 of file PPlatformCoreSubsystem.h.


The documentation for this class was generated from the following files: