Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemandCore
Options for controlling the behavior of the install size request.
| Name | UE::IoStore::EOnDemandGetInstallSizeOptions |
| 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 EOnDemandGetInstallSizeOptions
{
None = 0,
IncludeSoftReferences = 1 << 0,
IncludeOptionalBulkData = 1 << 1,
}
}
}
Values
| Name | Remarks |
|---|---|
| None | No additional options. |
| IncludeSoftReferences | Follow soft references when gathering packages to install. |
| IncludeOptionalBulkData | Include optional bulk data. |