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 FOnDemandMountArgs
Remarks
Arguments for mounting on-demand container TOC(s).
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | FilePath | Serialize the TOC from the specified file path. | |
| FString | MountId | Mandatory ID to be used for unmounting all container file(s) included in the TOC. | |
| EOnDemandMountOptions | Options | Mount options. | |
| TUniquePtr< FOnDemandToc > | Toc | Mount an already serialized TOC. | |
| FString | Url | Download the TOC from the specified URL. |