Unreal access to the PixoVR Platform
Loading...
Searching...
No Matches
PPlatformCoreSubsystem.cpp File Reference
#include "PPlatformCoreSubsystem.h"
#include "AssetRegistry/AssetRegistryModule.h"
#include "Interfaces/IPluginManager.h"
#include "Misc/FileHelper.h"
#include "Serialization/JsonReader.h"
#include "Serialization/JsonSerializer.h"
#include "PPlatformCoreSettings.h"
Include dependency graph for PPlatformCoreSubsystem.cpp:

Go to the source code of this file.

Macros

#define Error(pmt, ...)   UE_LOG(LogPPCoreSubsystem, Error, TEXT(pmt), ##__VA_ARGS__)
 
#define Fatal(pmt, ...)   UE_LOG(LogPPCoreSubsystem, Fatal, TEXT(pmt), ##__VA_ARGS__)
 
#define Log(pmt, ...)   UE_LOG(LogPPCoreSubsystem, Log, TEXT(pmt), ##__VA_ARGS__)
 
#define Warn(pmt, ...)   UE_LOG(LogPPCoreSubsystem, Warning, TEXT(pmt), ##__VA_ARGS__)
 

Functions

 DEFINE_LOG_CATEGORY_STATIC (LogPPCoreSubsystem, Log, All)
 
FString PluginContent ()
 
FString PluginContentRelativeGameContent ()
 

Macro Definition Documentation

◆ Error

#define Error ( pmt,
... )   UE_LOG(LogPPCoreSubsystem, Error, TEXT(pmt), ##__VA_ARGS__)

Definition at line 19 of file PPlatformCoreSubsystem.cpp.

◆ Fatal

#define Fatal ( pmt,
... )   UE_LOG(LogPPCoreSubsystem, Fatal, TEXT(pmt), ##__VA_ARGS__)

Definition at line 20 of file PPlatformCoreSubsystem.cpp.

◆ Log

#define Log ( pmt,
... )   UE_LOG(LogPPCoreSubsystem, Log, TEXT(pmt), ##__VA_ARGS__)

Definition at line 17 of file PPlatformCoreSubsystem.cpp.

◆ Warn

#define Warn ( pmt,
... )   UE_LOG(LogPPCoreSubsystem, Warning, TEXT(pmt), ##__VA_ARGS__)

Definition at line 18 of file PPlatformCoreSubsystem.cpp.

Function Documentation

◆ DEFINE_LOG_CATEGORY_STATIC()

DEFINE_LOG_CATEGORY_STATIC ( LogPPCoreSubsystem ,
Log ,
All  )

◆ PluginContent()

FString PluginContent ( )

Definition at line 22 of file PPlatformCoreSubsystem.cpp.

Here is the caller graph for this function:

◆ PluginContentRelativeGameContent()

FString PluginContentRelativeGameContent ( )

Definition at line 28 of file PPlatformCoreSubsystem.cpp.

Here is the caller graph for this function: