![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for IAsyncPackageLoader, including all inherited members.
| CancelLoading()=0 | IAsyncPackageLoader | pure virtual |
| FlushLoading(TConstArrayView< int32 > RequestIds)=0 | IAsyncPackageLoader | pure virtual |
| GetAsyncLoadPercentage(const FName &PackageName)=0 | IAsyncPackageLoader | pure virtual |
| GetLoaderType() const =0 | IAsyncPackageLoader | pure virtual |
| GetNextRequestId() | IAsyncPackageLoader | protectedstatic |
| GetNumAsyncPackages()=0 | IAsyncPackageLoader | pure virtual |
| GetNumQueuedPackages()=0 | IAsyncPackageLoader | pure virtual |
| InitializeLoading()=0 | IAsyncPackageLoader | pure virtual |
| IsAsyncLoadingPackages()=0 | IAsyncPackageLoader | pure virtual |
| IsAsyncLoadingSuspended()=0 | IAsyncPackageLoader | pure virtual |
| IsInAsyncLoadThread()=0 | IAsyncPackageLoader | pure virtual |
| IsMultithreaded()=0 | IAsyncPackageLoader | pure virtual |
| LoadPackage(const FPackagePath &PackagePath, FName CustomPackageName, FLoadPackageAsyncDelegate InCompletionDelegate, EPackageFlags InPackageFlags, int32 InPIEInstanceID, int32 InPackagePriority, const FLinkerInstancingContext *InInstancingContext, uint32 InLoadFlags)=0 | IAsyncPackageLoader | pure virtual |
| LoadPackage(const FPackagePath &PackagePath, FLoadPackageAsyncOptionalParams OptionalParams) | IAsyncPackageLoader | inlinevirtual |
| NotifyConstructedDuringAsyncLoading(UObject *Object, bool bSubObject)=0 | IAsyncPackageLoader | pure virtual |
| NotifyRegistrationComplete()=0 | IAsyncPackageLoader | pure virtual |
| NotifyRegistrationEvent(FName PackageName, FName Name, ENotifyRegistrationType NotifyRegistrationType, ENotifyRegistrationPhase NotifyRegistrationPhase, UObject *(*InRegister)(), bool InbDynamic, UObject *FinishedObject)=0 | IAsyncPackageLoader | pure virtual |
| NotifyScriptVersePackage(Verse::VPackage *Package) | IAsyncPackageLoader | inlinevirtual |
| NotifyUnreachableObjects(const TArrayView< FUObjectItem * > &UnreachableObjects)=0 | IAsyncPackageLoader | pure virtual |
| ProcessLoading(bool bUseTimeLimit, bool bUseFullTimeLimit, double TimeLimit)=0 | IAsyncPackageLoader | pure virtual |
| ProcessLoadingUntilComplete(TFunctionRef< bool()> CompletionPredicate, double TimeLimit)=0 | IAsyncPackageLoader | pure virtual |
| ResumeLoading()=0 | IAsyncPackageLoader | pure virtual |
| ShouldAlwaysLoadPackageAsync(const FPackagePath &PackagePath)=0 | IAsyncPackageLoader | pure virtual |
| ShutdownLoading()=0 | IAsyncPackageLoader | pure virtual |
| StartThread()=0 | IAsyncPackageLoader | pure virtual |
| SuspendLoading()=0 | IAsyncPackageLoader | pure virtual |
| ~IAsyncPackageLoader() | IAsyncPackageLoader | inlinevirtual |