Navigation
Unreal Engine C++ API Reference > Developer > TraceServices > TraceServices > Model
Inheritance Hierarchy
References
Module | TraceServices |
Header | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/TimingProfiler.h |
Include | #include "TraceServices/Model/TimingProfiler.h" |
Syntax
class IEditableTimingProfilerProvider : public [TraceServices::IEditableProvider](API\Developer\TraceServices\TraceServices\Model\IEditableProvider)
Remarks
An interface that can consume timeline CpuProfiler events from a session.
Destructors
Type | Name | Description |
---|---|---|
~IEditableTimingProfilerProvider () |
Functions
Type | Name | Description |
---|---|---|
uint32 | AddCpuTimer ( FStringView Name, const TCHAR* File, uint32 Line ) | A new CPU timer object has been found. |
uint32 | AddMetadata ( uint32 OriginalTimerId, TArray< uint8 >&& Metadata ) | Add metadata to a timer. |
IEditableTim... | GetCpuThreadEditableTimeline ( uint32 ThreadId ) | Get an object to receive ordered timeline events for a thread. |
TArrayView< ... | GetMetadata ( uint32 TimerId ) | Get metadata for a timer. |
void | SetTimerNameAndLocation ( uint32 TimerId, FStringView Name, const TCHAR* File, uint32 Line ) | Update an existing timer with information. Some information is unavailable when it's created. |