#include "ApexAPI.h"
#include "VaRest/Public/VaRestSubsystem.h"
#include "ApexSDK.h"
#include "ApexSDKSettings.h"
#include "PixoLauncherSubsystem.h"
#include "HeadMountedDisplayFunctionLibrary.h"
#include "GenericPlatform/GenericPlatformMisc.h"
 
Go to the source code of this file.
 | 
| #define  | Error(pmt, ...)   UE_LOG(LogApexAPI, Error, TEXT(pmt), ##__VA_ARGS__) | 
|   | 
| #define  | Fatal(pmt, ...)   UE_LOG(LogApexAPI, Fatal, TEXT(pmt), ##__VA_ARGS__) | 
|   | 
| #define  | Log(pmt, ...)   UE_LOG(LogApexAPI, Log, TEXT(pmt), ##__VA_ARGS__) | 
|   | 
| #define  | Warn(pmt, ...)   UE_LOG(LogApexAPI, Warning, TEXT(pmt), ##__VA_ARGS__) | 
|   | 
◆ Error
      
        
          | #define Error | 
          ( | 
           |           pmt,  | 
        
        
           | 
           | 
           |           ... )   UE_LOG(LogApexAPI, Error, TEXT(pmt), ##__VA_ARGS__) | 
        
      
 
 
◆ Fatal
      
        
          | #define Fatal | 
          ( | 
           |           pmt,  | 
        
        
           | 
           | 
           |           ... )   UE_LOG(LogApexAPI, Fatal, TEXT(pmt), ##__VA_ARGS__) | 
        
      
 
 
◆ Log
      
        
          | #define Log | 
          ( | 
           |           pmt,  | 
        
        
           | 
           | 
           |           ... )   UE_LOG(LogApexAPI, Log, TEXT(pmt), ##__VA_ARGS__) | 
        
      
 
 
◆ Warn
      
        
          | #define Warn | 
          ( | 
           |           pmt,  | 
        
        
           | 
           | 
           |           ... )   UE_LOG(LogApexAPI, Warning, TEXT(pmt), ##__VA_ARGS__) | 
        
      
 
 
◆ DEFINE_LOG_CATEGORY_STATIC()
      
        
          | DEFINE_LOG_CATEGORY_STATIC  | 
          ( | 
          LogApexAPI |           ,  | 
        
        
           | 
           | 
          Log |           ,  | 
        
        
           | 
           | 
          All |            ) |