Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemandCore
Options for controlling the behavior of the install size request.
| Name | UE::IoStore::EOnDemandGetCacheUsageOptions |
| Type | enum |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/IoStoreOnDemand.h |
| Include Path | #include "IO/IoStoreOnDemand.h" |
Syntax
namespace UE
{
namespace IoStore
{
enum EOnDemandGetCacheUsageOptions
{
None = 0,
DumpHandlesToLog = 1 << 0,
DumpHandlesToResults = 1 << 1,
}
}
}
Values
| Name | Remarks |
|---|---|
| None | No additional options. |
| DumpHandlesToLog | Dump Handle information to log |
| DumpHandlesToResults | Dump Handle information to returned FOnDemandInstallCacheUsage |