UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
VVMUnreachable.h File Reference
#include "HAL/Platform.h"
#include "Misc/AssertionMacros.h"

Go to the source code of this file.

Macros

#define VERSE_UNREACHABLE()
 

Macro Definition Documentation

◆ VERSE_UNREACHABLE

#define VERSE_UNREACHABLE ( )
Value:
do \
{ \
FDebug::DumpStackTraceToLog(TEXT("VERSE_UNREACHABLE"), ELogVerbosity::Error); \
while (true) \
{ \
} \
} \
while (false)
#define TEXT(x)
Definition Platform.h:1272
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
@ Error
Definition LogVerbosity.h:28