![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "VerseVM/VVMRuntimeError.h"#include "AutoRTFM.h"#include "Blueprint/BlueprintExceptionInfo.h"#include "HAL/Platform.h"#include "Misc/StringBuilder.h"#include "UObject/Script.h"#include "UObject/Stack.h"#include "VerseVM/VVMCVars.h"#include "VerseVM/VVMContentScope.h"#include "VerseVM/VVMContext.h"#include "VerseVM/VVMFailureContext.h"Namespaces | |
| namespace | Verse |
Macros | |
| #define | VISIT_DIAGNOSTIC(_Severity, _EnumName, _Description) {.Name = #_EnumName, .Description = _Description, .Severity = ERuntimeDiagnosticSeverity::_Severity}, |
Functions | |
| DEFINE_LOG_CATEGORY (LogVerseRuntimeError) | |
| 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) |
Variables | |
| constexpr SRuntimeDiagnosticInfo | Verse::DiagnosticInfos [] |
| #define VISIT_DIAGNOSTIC | ( | _Severity, | |
| _EnumName, | |||
| _Description | |||
| ) | {.Name = #_EnumName, .Description = _Description, .Severity = ERuntimeDiagnosticSeverity::_Severity}, |
| DEFINE_LOG_CATEGORY | ( | LogVerseRuntimeError | ) |