![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IoStoreOnDemand.h>
Inheritance diagram for UE::IoStore::IOnDemandIoStoreFactory:Public Member Functions | |
| virtual IOnDemandIoStore * | CreateInstance ()=0 |
| virtual void | DestroyInstance (IOnDemandIoStore *Instance)=0 |
Static Public Attributes | |
| static UE_API FName | FeatureName = FName(TEXT("OnDemandIoStoreFactory")) |
Module feature for creating a concrete implementation of the on-demand I/O store.
|
pure virtual |
Create a new instance of the I/O store. Called once the feature has been registered.
Implemented in UE::IoStore::FOnDemandIoStoreFactory.
|
pure virtual |
Destroy the instance.
Implemented in UE::IoStore::FOnDemandIoStoreFactory.
|
static |
Feature name.