Navigation
API > API/Plugins > API/Plugins/MassInsightsAnalysis > API/Plugins/MassInsightsAnalysis/IEditableMassInsightsProvider
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AppendRegionEnd
(
const TCHAR* Name, |
Append a new end event of a region from the trace session (by Name). | MassInsightsAnalysis/Model/MassInsights.h | |
void AppendRegionEnd
(
const uint64 ID, |
Append a new end event of a region from the trace session (by ID). | MassInsightsAnalysis/Model/MassInsights.h |
AppendRegionEnd(const TCHAR *, double)
Description
Append a new end event of a region from the trace session (by Name).
| Name | AppendRegionEnd |
| Type | function |
| Header File | /Engine/Plugins/MassInsights/Source/MassInsightsAnalysis/Public/MassInsightsAnalysis/Model/MassInsights.h |
| Include Path | #include "MassInsightsAnalysis/Model/MassInsights.h" |
void AppendRegionEnd
(
const TCHAR * Name,
double Time
)
Parameters
| Name | Remarks |
|---|---|
| Name | The string name of the region. |
| Time | The time in seconds of the end event of this region. |
AppendRegionEnd(const uint64, double)
Description
Append a new end event of a region from the trace session (by ID).
| Name | AppendRegionEnd |
| Type | function |
| Header File | /Engine/Plugins/MassInsights/Source/MassInsightsAnalysis/Public/MassInsightsAnalysis/Model/MassInsights.h |
| Include Path | #include "MassInsightsAnalysis/Model/MassInsights.h" |
void AppendRegionEnd
(
const uint64 ID,
double Time
)
Parameters
| Name | Remarks |
|---|---|
| ID | The ID of the region. |
| Time | The time in seconds of the end event of this region. |