Navigation
API > API/Plugins > API/Plugins/IoStoreInsights
| Name | UE::IoStoreInsights::EIoStoreActivityType |
| Type | enum |
| Header File | /Engine/Plugins/IoStoreInsights/Source/IoStoreInsights/Public/IIoStoreInsightsProvider.h |
| Include Path | #include "IIoStoreInsightsProvider.h" |
Syntax
namespace UE
{
namespace IoStoreInsights
{
enum EIoStoreActivityType
{
Request_Pending,
Request_Read,
Count,
Invalid = Count,
}
}
}
Values
| Name | Remarks |
|---|---|
| Request_Pending | |
| Request_Read | |
| Count | |
| Invalid |