Navigation
API > API/Developer > API/Developer/TraceServices > API/Developer/TraceServices/IEditableTimingProfilerProvider
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void SetMetadata
(
uint32 MetadataTimerId, |
Sets metadata for the specified MetadataTimerId. | TraceServices/Model/TimingProfiler.h | |
virtual void SetMetadata
(
uint32 MetadataTimerId, |
Sets metadata for the specified MetadataTimerId and replaces the OriginalTimerId with a new value. | TraceServices/Model/TimingProfiler.h |
SetMetadata(uint32, TArray< uint8 > &&)
Description
Sets metadata for the specified MetadataTimerId. The MetadataTimerId must be a value returned by AddMetadata. The function is meant to be used to replace the metadata at a MetadataTimerId.
| Name | SetMetadata |
| Type | function |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/TimingProfiler.h |
| Include Path | #include "TraceServices/Model/TimingProfiler.h" |
virtual void SetMetadata
(
uint32 MetadataTimerId,
TArray < uint8 > && Metadata
)
Parameters
| Name | Remarks |
|---|---|
| MetadataTimerId | The identity of the metadata to replace. |
| Metadata | The metadata. |
SetMetadata(uint32, TArray< uint8 > &&, uint32)
Description
Sets metadata for the specified MetadataTimerId and replaces the OriginalTimerId with a new value. The MetadataTimerId must be a value returned by AddMetadata. The function is meant to be used to replace the metadata at a MetadataTimerId.
| Name | SetMetadata |
| Type | function |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/TimingProfiler.h |
| Include Path | #include "TraceServices/Model/TimingProfiler.h" |
virtual void SetMetadata
(
uint32 MetadataTimerId,
TArray < uint8 > && Metadata,
uint32 NewTimerId
)
Parameters
| Name | Remarks |
|---|---|
| MetadataTimerId | The identity of the metadata to replace. |
| Metadata | The metadata. |
| NewTimerId | The new TimerId. Represents the identity of the timer the metadata is attached to. |