Navigation
API > API/Runtime > API/Runtime/TraceLog
Description
Puts TraceLog in a critical failure stats. Disables all tracing by muting all channels. Tracing will be totally disabled for the remainder of the process lifetime.
| Name | UE::Trace::Panic |
| Type | function |
| Header File | /Engine/Source/Runtime/TraceLog/Public/Trace/Trace.h |
| Include Path | #include "Trace/Trace.h" |
namespace UE
{
namespace Trace
{
UE_void UE::Trace::Panic()
}
}