Navigation
API > API/Plugins > API/Plugins/ChaosInsightsAnalysis
| Name | ILockRegionProvider |
| Type | class |
| Header File | /Engine/Plugins/ChaosInsights/Source/ChaosInsightsAnalysis/Public/ChaosInsightsAnalysis/Model/LockRegions.h |
| Include Path | #include "ChaosInsightsAnalysis/Model/LockRegions.h" |
Syntax
class ILockRegionProvider : public TraceServices::IProvider
Inheritance Hierarchy
- TraceServices::IProvider → ILockRegionProvider
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ILockRegionProvider() |
ChaosInsightsAnalysis/Model/LockRegions.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ForEachLane
(
TFunctionRef< void(const FLockRegionLane&, const int32)> Callback |
ChaosInsightsAnalysis/Model/LockRegions.h | ||
bool ForEachRegionInRange
(
double IntervalStart, |
ChaosInsightsAnalysis/Model/LockRegions.h | ||
const FLockRegionLane * GetLane
(
int32 Index |
ChaosInsightsAnalysis/Model/LockRegions.h | ||
int32 GetLaneCount() |
ChaosInsightsAnalysis/Model/LockRegions.h | ||
uint64 GetRegionCount() |
ChaosInsightsAnalysis/Model/LockRegions.h |