Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemandCore
Module feature for creating a concrete implementation of the on-demand I/O store.
| Name | IOnDemandIoStoreFactory |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/IoStoreOnDemand.h |
| Include Path | #include "IO/IoStoreOnDemand.h" |
Syntax
class IOnDemandIoStoreFactory : public IModularFeature
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FeatureName | FName | Feature name. | IO/IoStoreOnDemand.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IOnDemandIoStore * CreateInstance() |
Create a new instance of the I/O store. Called once the feature has been registered. | IO/IoStoreOnDemand.h | |
void DestroyInstance
(
IOnDemandIoStore* Instance |
Destroy the instance. | IO/IoStoreOnDemand.h |