Unreal access to the PixoVR Platform
Loading...
Searching...
No Matches
PPlatformCoreSettings.cpp File Reference
Include dependency graph for PPlatformCoreSettings.cpp:

Go to the source code of this file.

Macros

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

Functions

 DEFINE_LOG_CATEGORY_STATIC (LogPPlatformCoreSettings, Log, All)
 

Macro Definition Documentation

◆ Error

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

Definition at line 15 of file PPlatformCoreSettings.cpp.

◆ Fatal

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

Definition at line 16 of file PPlatformCoreSettings.cpp.

◆ Log

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

Definition at line 13 of file PPlatformCoreSettings.cpp.

◆ Warn

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

Definition at line 14 of file PPlatformCoreSettings.cpp.

Function Documentation

◆ DEFINE_LOG_CATEGORY_STATIC()

DEFINE_LOG_CATEGORY_STATIC ( LogPPlatformCoreSettings ,
Log ,
All  )