Navigation
API > API/Plugins > API/Plugins/MassInsightsAnalysis > API/Plugins/MassInsightsAnalysis/IMassInsightsProvider
Description
Enumerates all regions that overlap a certain time interval. Will enumerate by depth but does not expose lanes.
| Name | EnumerateRegions |
| Type | function |
| Header File | /Engine/Plugins/MassInsights/Source/MassInsightsAnalysis/Public/MassInsightsAnalysis/Model/MassInsights.h |
| Include Path | #include "MassInsightsAnalysis/Model/MassInsights.h" |
bool EnumerateRegions
(
double IntervalStart,
double IntervalEnd,
TFunctionRef < bool &)> Callback
) const
true if the enumeration finished, false if it was aborted by the callback returning false
Parameters
| Name | Remarks |
|---|---|
| Callback | a callback called for each region. Return false to abort iteration. |