Documentation for the Unreal C++ Plugin
Loading...
Searching...
No Matches
ApexAPI.cpp File Reference
#include "ApexAPI.h"
#include "VaRest/Public/VaRestSubsystem.h"
#include "ApexSDK.h"
#include "ApexSDKSettings.h"
#include "PixoLauncherSubsystem.h"
#include "HeadMountedDisplayFunctionLibrary.h"
#include "GenericPlatform/GenericPlatformMisc.h"
Include dependency graph for ApexAPI.cpp:

Go to the source code of this file.

Macros

#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__)
 

Functions

 DEFINE_LOG_CATEGORY_STATIC (LogApexAPI, Log, All)
 

Macro Definition Documentation

◆ Error

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

Definition at line 16 of file ApexAPI.cpp.

◆ Fatal

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

Definition at line 17 of file ApexAPI.cpp.

◆ Log

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

Definition at line 14 of file ApexAPI.cpp.

◆ Warn

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

Definition at line 15 of file ApexAPI.cpp.

Function Documentation

◆ DEFINE_LOG_CATEGORY_STATIC()

DEFINE_LOG_CATEGORY_STATIC ( LogApexAPI ,
Log ,
All  )