Navigation
API > API/Runtime > API/Runtime/Core
| Name | FRuntimeErrors |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/RuntimeErrors.h |
| Include Path | #include "Misc/RuntimeErrors.h" |
Syntax
struct FRuntimeErrors
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRuntimeErrors() |
Misc/RuntimeErrors.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FRuntimeErrorDelegate | TBaseDelegate_FourParams< void, ELogVerbosity::Type, const ANSICHAR *, int32, const FText & > | The style of delegate called when a runtime issue occurs. | Misc/RuntimeErrors.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| OnRuntimeIssueLogged | FRuntimeErrorDelegate | A delegate this is called when a runtime issue is raised. | Misc/RuntimeErrors.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void LogRuntimeIssue
(
ELogVerbosity::Type Verbosity, |
Prints out a runtime warning or error (typically by 'throwing' a BP script exception with the BP callstack) | Misc/RuntimeErrors.h | |
static bool LogRuntimeIssueReturningFalse
(
const ANSICHAR* Expr, |
Raises a runtime error and returns false. | Misc/RuntimeErrors.h |