Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
RuntimeErrors.h File Reference
#include "CoreTypes.h"
#include "Delegates/Delegate.h"
#include "HAL/PlatformMisc.h"
#include "Logging/LogVerbosity.h"
#include "Misc/AssertionMacros.h"
#include "Misc/Build.h"
#include "Misc/CoreDelegates.h"
+ Include dependency graph for RuntimeErrors.h:

Go to the source code of this file.

Classes

struct  FRuntimeErrors
 

Macros

#define UE_RAISE_RUNTIME_ERRORS   DO_CHECK
 
#define LogRuntimeError(Message)
 
#define LogRuntimeWarning(Message)
 
#define ensureAsRuntimeWarning(InExpression)   (!!(InExpression))
 

Macro Definition Documentation

◆ ensureAsRuntimeWarning

#define ensureAsRuntimeWarning ( InExpression)    (!!(InExpression))

Definition at line 88 of file RuntimeErrors.h.

◆ LogRuntimeError

#define LogRuntimeError ( Message)

Definition at line 86 of file RuntimeErrors.h.

◆ LogRuntimeWarning

#define LogRuntimeWarning ( Message)

Definition at line 87 of file RuntimeErrors.h.

◆ UE_RAISE_RUNTIME_ERRORS

#define UE_RAISE_RUNTIME_ERRORS   DO_CHECK

Definition at line 17 of file RuntimeErrors.h.