![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Inheritance diagram for UE::IoStore::FOnDemandIoStoreFactory:Public Member Functions | |
| virtual IOnDemandIoStore * | CreateInstance () 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")) |
|
inlineoverridevirtual |
Create a new instance of the I/O store. Called once the feature has been registered.
Implements UE::IoStore::IOnDemandIoStoreFactory.
|
inlinevirtual |
Destroy the instance.
Implements UE::IoStore::IOnDemandIoStoreFactory.