Navigation
API > API/Developer > API/Developer/TraceServices
The interface to a provider that can consume mutations of region events from a session.
| Name | IEditableRegionProvider |
| Type | class |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Regions.h |
| Include Path | #include "TraceServices/Model/Regions.h" |
Syntax
class IEditableRegionProvider : public TraceServices::IEditableProvider
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IEditableRegionProvider() |
TraceServices/Model/Regions.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AppendRegionBegin
(
const TCHAR* Name, |
Append a new begin event of a region from the trace session. | TraceServices/Model/Regions.h | |
void AppendRegionBeginWithId
(
const TCHAR* Name, |
Append a new begin event of a region from the trace session. | TraceServices/Model/Regions.h | |
void AppendRegionEnd
(
const TCHAR* Name, |
Append a new end event of a region from the trace session. | TraceServices/Model/Regions.h | |
void AppendRegionEndWithId
(
const uint64 Id, |
Append a new end event of a region from the trace session. The region is identified by Id. | TraceServices/Model/Regions.h | |
void OnAnalysisSessionEnded () |
Called from the analyzer once all events have been processed. | TraceServices/Model/Regions.h | |
const FRegionCategory * RegisterRegionCategory
(
const TCHAR* Name |
TraceServices/Model/Regions.h | ||
const FRegionTimer * RegisterRegionTimer
(
const TCHAR* Name, |
TraceServices/Model/Regions.h |