Navigation
API > API/Developer > API/Developer/TraceServices > API/Developer/TraceServices/IEditableRegionProvider
Description
Append a new begin event of a region from the trace session. Prefer opening/closing regions with an Id, since string names are not unique.
| Name | AppendRegionBegin |
| Type | function |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Regions.h |
| Include Path | #include "TraceServices/Model/Regions.h" |
void AppendRegionBegin
(
const TCHAR * Name,
double Time,
const TCHAR * Category
)
Parameters
| Name | Remarks |
|---|---|
| Name | The string name of the region. |
| Time | The time in seconds of the begin event of this region. |
| Category | The category associated with this region, use nullptr if no category has been set |