A Demo Project for the UnrealEngineSDK
|
#include "Runtime/Launch/Resources/Version.h"
#include "CoreMinimal.h"
#include "Logging/LogCategory.h"
#include "Logging/LogMacros.h"
#include "Logging/LogVerbosity.h"
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) | |
#define VA_FUNC (FString(__FUNCTION__)) |
Definition at line 18 of file VaRestDefines.h.
Definition at line 20 of file VaRestDefines.h.
#define VA_LINE (FString::FromInt(__LINE__)) |
Definition at line 19 of file VaRestDefines.h.
DECLARE_LOG_CATEGORY_EXTERN | ( | LogVaRest | , |
Log | , | ||
All | ) |