Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemand > API/Runtime/IoStoreOnDemand/IO
References
| Module | IoStoreOnDemand |
| Header | /Engine/Source/Runtime/Experimental/IoStore/OnDemand/Public/IO/IoStoreOnDemand.h |
| Include | #include "IO/IoStoreOnDemand.h" |
Syntax
struct FOnDemandGetInstallSizeArgs
Remarks
Arguments for getting the size of on-demand content.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | MountId | Get total install size for containers matching this mount ID. | |
| TArray< FPackageId > | PackageIds | Get total intall size for the specified package IDs. | |
| TArray< FString > | TagSets | Get total install size for the specified tag(s) and optionally matching the mount ID. |