Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemandCore > API/Runtime/IoStoreOnDemandCore/IOnDemandIoStore
Description
Install content.
| Name | Install |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/IoStoreOnDemand.h |
| Include Path | #include "IO/IoStoreOnDemand.h" |
FOnDemandInstallRequest Install
(
FOnDemandInstallArgs && Args,
FOnDemandInstallCompleted && OnCompleted,
FOnDemandInstallProgressed && OnProgress
)
A handle representing the install request.
Parameters
| Name | Remarks |
|---|---|
| Args | The install arguments. |
| OnCompleted | Completion callback. |
| OnProgress | Optional progress callback. |