Navigation
API > API/Developer > API/Developer/TraceServices
| Name | IThreadProvider |
| Type | class |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Threads.h |
| Include Path | #include "TraceServices/Model/Threads.h" |
Syntax
class IThreadProvider : public TraceServices::IProvider
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IThreadProvider() |
TraceServices/Model/Threads.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void EnumerateThreads
(
TFunctionRef< void(const FThreadInfo&)> Callback |
TraceServices/Model/Threads.h | ||
uint64 GetModCount() |
TraceServices/Model/Threads.h | ||
const TCHAR * GetThreadName
(
uint32 ThreadId |
TraceServices/Model/Threads.h |