Navigation
API > API/Plugins > API/Plugins/IoStoreInsights
| |
|
| Name |
IIoStoreInsightsProvider |
| Type |
class |
| Header File |
/Engine/Plugins/IoStoreInsights/Source/IoStoreInsights/Public/IIoStoreInsightsProvider.h |
| Include Path |
#include "IIoStoreInsightsProvider.h" |
Syntax
class IIoStoreInsightsProvider : public TraceServices::IProvider
Inheritance Hierarchy
- TraceServices::IProvider → IIoStoreInsightsProvider
Destructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual ~IIoStoreInsightsProvider()
|
|
IIoStoreInsightsProvider.h |
|
Typedefs
| Name |
Type |
Remarks |
Include Path |
| Timeline |
TraceServices::ITimeline< FIoStoreActivity * > |
|
IIoStoreInsightsProvider.h |
Constants
| Name |
Type |
Remarks |
Include Path |
| ProviderName |
FName |
|
IIoStoreInsightsProvider.h |
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
void EnumerateIoStoreRequests
(
TFunctionRef< bool(const FIoStoreRequest&, const Timeline&)> Callback
) const
|
|
IIoStoreInsightsProvider.h |
|
const FIoStoreRequest & GetIoStoreRequest
(
uint32 IoStoreRequestIndex
) const
|
|
IIoStoreInsightsProvider.h |
|