Unreal access to the PixoVR Platform
Loading...
Searching...
No Matches
PPlatformCore.cpp File Reference
#include "PPlatformCore.h"
#include "PPlatformCoreSettings.h"
#include "ISettingsModule.h"
#include "ISettingsSection.h"
#include "UObject/Package.h"
Include dependency graph for PPlatformCore.cpp:

Go to the source code of this file.

Macros

#define Fatal(pmt, ...)   UE_LOG(LogPPlatformCoreModule, Fatal, TEXT(pmt), ##__VA_ARGS__)
 
#define LOCTEXT_NAMESPACE   "FPPlatformCoreModule"
 
#define Log(pmt, ...)   UE_LOG(LogPPlatformCoreModule, Log, TEXT(pmt), ##__VA_ARGS__)
 
#define Warn(pmt, ...)   UE_LOG(LogPPlatformCoreModule, Warning, TEXT(pmt), ##__VA_ARGS__)
 

Functions

 DEFINE_LOG_CATEGORY_STATIC (LogPPlatformCoreModule, Log, All)
 

Macro Definition Documentation

◆ Fatal

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

Definition at line 17 of file PPlatformCore.cpp.

◆ LOCTEXT_NAMESPACE

#define LOCTEXT_NAMESPACE   "FPPlatformCoreModule"

Definition at line 11 of file PPlatformCore.cpp.

◆ Log

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

Definition at line 15 of file PPlatformCore.cpp.

◆ Warn

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

Definition at line 16 of file PPlatformCore.cpp.

Function Documentation

◆ DEFINE_LOG_CATEGORY_STATIC()

DEFINE_LOG_CATEGORY_STATIC ( LogPPlatformCoreModule ,
Log ,
All  )