A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
ApexSDKDefines.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Apex
 
namespace  Apex::EventTypes
 
namespace  Apex::Extensions
 
namespace  Apex::Verbs
 

Macros

#define APEX_FUNC   (FString(__FUNCTION__))
 
#define APEX_FUNC_LINE   (APEX_FUNC + "(" + APEX_LINE + ")")
 
#define APEX_LINE   (FString::FromInt(__LINE__))
 
#define STRING(NAME)   #NAME
 

Variables

static const FString Apex::Verbs::COMPLETED_SESSION = TEXT("https://pixovr.com/xapi/verbs/completed_session")
 
const FString Apex::ISODateTimeFormat = TEXT("o")
 
static const FString Apex::Verbs::JOINED_SESSION = TEXT("https://pixovr.com/xapi/verbs/joined_session")
 
static const FString Apex::Extensions::MODULE_IDS = TEXT("https://pixovr.com/xapi/extension/moduleIds")
 
static const FString Apex::EventTypes::PIXOVR_SESSION_COMPLETE = "PIXOVR_SESSION_COMPLETE"
 
static const FString Apex::EventTypes::PIXOVR_SESSION_EVENT = "PIXOVR_SESSION_EVENT"
 
static const FString Apex::EventTypes::PIXOVR_SESSION_JOINED = "PIXOVR_SESSION_JOINED"
 
static const FString Apex::Verbs::SESSION_EVENT = TEXT("https://pixovr.com/xapi/verbs/session_event")
 

Macro Definition Documentation

◆ APEX_FUNC

#define APEX_FUNC   (FString(__FUNCTION__))

Definition at line 4 of file ApexSDKDefines.h.

◆ APEX_FUNC_LINE

#define APEX_FUNC_LINE   (APEX_FUNC + "(" + APEX_LINE + ")")

Definition at line 6 of file ApexSDKDefines.h.

◆ APEX_LINE

#define APEX_LINE   (FString::FromInt(__LINE__))

Definition at line 5 of file ApexSDKDefines.h.

◆ STRING

#define STRING ( NAME)    #NAME

Definition at line 8 of file ApexSDKDefines.h.