![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Go to the source code of this file.
Classes | |
| struct | Verse::SRuntimeDiagnosticInfo |
| class | FVerseRuntimeErrorDelegates |
Namespaces | |
| namespace | Verse |
Macros | |
| #define | UE_API COREUOBJECT_API |
| #define | VERSE_RUNTIME_GLITCH_ENUM_DIAGNOSTICS(v) |
| #define | VISIT_DIAGNOSTIC(Severity, EnumName, Description) EnumName, |
| #define | RAISE_VERSE_RUNTIME_ERROR_CODE(Diagnostic) |
| #define | RAISE_VERSE_RUNTIME_ERROR(Diagnostic, Message) |
| #define | RAISE_VERSE_RUNTIME_ERROR_FORMAT(Diagnostic, FormatString, ...) |
| #define | RETURN_RAISE_VERSE_RUNTIME_ERROR_UNLESS(Cond, ErrCode, ErrStr, ...) |
Enumerations | |
| enum class | Verse::ERuntimeDiagnostic : uint16_t { Verse::VISIT_DIAGNOSTIC } |
| enum class | Verse::ERuntimeDiagnosticSeverity : uint8_t { Verse::UnrecoverableError } |
Functions | |
| UE_API | DECLARE_LOG_CATEGORY_EXTERN (LogVerseRuntimeError, Log, All) |
| const SRuntimeDiagnosticInfo & | Verse::GetRuntimeDiagnosticInfo (const ERuntimeDiagnostic Diagnostic) |
| FString | Verse::AsFormattedString (const ERuntimeDiagnostic &Diagnostic, const FText &MessageText) |
| void | Verse::RaiseVerseRuntimeError (const Verse::ERuntimeDiagnostic Diagnostic, const FText &MessageText) |
| DECLARE_MULTICAST_DELEGATE_TwoParams (FVerseUnwindRuntimeErrorHandler, const Verse::ERuntimeDiagnostic, const FText &) | |
| DECLARE_MULTICAST_DELEGATE_TwoParams (FVerseRuntimeErrorReportHandler, const Verse::ERuntimeDiagnostic, const FText &) | |
| #define RAISE_VERSE_RUNTIME_ERROR | ( | Diagnostic, | |
| Message | |||
| ) |
| #define RAISE_VERSE_RUNTIME_ERROR_CODE | ( | Diagnostic | ) |
| #define RAISE_VERSE_RUNTIME_ERROR_FORMAT | ( | Diagnostic, | |
| FormatString, | |||
| ... | |||
| ) |
| #define UE_API COREUOBJECT_API |
| #define VISIT_DIAGNOSTIC | ( | Severity, | |
| EnumName, | |||
| Description | |||
| ) | EnumName, |
| UE_API DECLARE_LOG_CATEGORY_EXTERN | ( | LogVerseRuntimeError | , |
| Log | , | ||
| All | |||
| ) |
| DECLARE_MULTICAST_DELEGATE_TwoParams | ( | FVerseRuntimeErrorReportHandler | , |
| const Verse::ERuntimeDiagnostic | , | ||
| const FText & | |||
| ) |
| DECLARE_MULTICAST_DELEGATE_TwoParams | ( | FVerseUnwindRuntimeErrorHandler | , |
| const Verse::ERuntimeDiagnostic | , | ||
| const FText & | |||
| ) |