A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
VaRestDefines.h File Reference
#include "Runtime/Launch/Resources/Version.h"
#include "CoreMinimal.h"
#include "Logging/LogCategory.h"
#include "Logging/LogMacros.h"
#include "Logging/LogVerbosity.h"
Include dependency graph for VaRestDefines.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define VA_FUNC   (FString(__FUNCTION__))
 
#define VA_FUNC_LINE   (VA_FUNC + "(" + VA_LINE + ")")
 
#define VA_LINE   (FString::FromInt(__LINE__))
 

Functions

 DECLARE_LOG_CATEGORY_EXTERN (LogVaRest, Log, All)
 

Macro Definition Documentation

◆ VA_FUNC

#define VA_FUNC   (FString(__FUNCTION__))

Definition at line 18 of file VaRestDefines.h.

◆ VA_FUNC_LINE

#define VA_FUNC_LINE   (VA_FUNC + "(" + VA_LINE + ")")

Definition at line 20 of file VaRestDefines.h.

◆ VA_LINE

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

Definition at line 19 of file VaRestDefines.h.

Function Documentation

◆ DECLARE_LOG_CATEGORY_EXTERN()

DECLARE_LOG_CATEGORY_EXTERN ( LogVaRest ,
Log ,
All  )