Navigation
API > API/Runtime > API/Runtime/TraceLog
Description
Define a group of threads with similar use. Any thread created within this call and /ref ThreadGroupEnd will be grouped together.
| Name | UE::Trace::ThreadGroupBegin |
| 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::ThreadGroupBegin
(
const TCHAR * Name
)
}
}
Parameters
| Name | Remarks |
|---|---|
| Name | Display name of group |