Ark Server API (ASA) - Wiki
|
#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"
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)) |
#define ensureAsRuntimeWarning | ( | InExpression | ) | (!!(InExpression)) |
Definition at line 88 of file RuntimeErrors.h.
#define LogRuntimeError | ( | Message | ) |
Definition at line 86 of file RuntimeErrors.h.
#define LogRuntimeWarning | ( | Message | ) |
Definition at line 87 of file RuntimeErrors.h.
Definition at line 17 of file RuntimeErrors.h.