UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::IoStore::FOnDemandIoStoreFactory Class Referencefinal
+ Inheritance diagram for UE::IoStore::FOnDemandIoStoreFactory:

Public Member Functions

virtual IOnDemandIoStoreCreateInstance () override
 
virtual void DestroyInstance (IOnDemandIoStore *Instance)
 

Additional Inherited Members

- Static Public Attributes inherited from UE::IoStore::IOnDemandIoStoreFactory
static UE_API FName FeatureName = FName(TEXT("OnDemandIoStoreFactory"))
 

Member Function Documentation

◆ CreateInstance()

virtual IOnDemandIoStore * UE::IoStore::FOnDemandIoStoreFactory::CreateInstance ( )
inlineoverridevirtual

Create a new instance of the I/O store. Called once the feature has been registered.

Implements UE::IoStore::IOnDemandIoStoreFactory.

◆ DestroyInstance()

virtual void UE::IoStore::FOnDemandIoStoreFactory::DestroyInstance ( IOnDemandIoStore Instance)
inlinevirtual

Destroy the instance.

Implements UE::IoStore::IOnDemandIoStoreFactory.


The documentation for this class was generated from the following file: