Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/RuntimeErrors.h |
| Include | #include "Misc/RuntimeErrors.h" |
Syntax
struct FRuntimeErrors
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | LogRuntimeIssue
(
ELogVerbosity::Type Verbosity, |
Prints out a runtime warning or error (typically by 'throwing' a BP script exception with the BP callstack) | |
| bool | LogRuntimeIssueReturningFalse
(
const ANSICHAR* Expr, |
Raises a runtime error and returns false. |
Typedefs
| Name | Description |
|---|---|
| FRuntimeErrorDelegate | The style of delegate called when a runtime issue occurs. |
Constants
| Name | Description |
|---|---|
| OnRuntimeIssueLogged | A delegate this is called when a runtime issue is raised. |