Navigation
API > API/Runtime > API/Runtime/TraceLog
Description
Call when application is exiting. Notifies TraceLog that the worker thread can dissapear at any time and clears block pool limits. Tracing is still possible.
| Name | UE::Trace::Exit |
| 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::Exit()
}
}