Navigation
API > API/Runtime > API/Runtime/TraceLog
Description
Manually update TraceLog if no worker thread is running. Only one thread (including the worker thread) is able to enter the update method at any point.
| Name | UE::Trace::Update |
| 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::Update()
}
}