|
| | FGlobalImportStore (FAsyncLoadingThread2 &InAsyncLoadingThread) |
| |
| int32 | GetStoredPackagesCount () const |
| |
| int32 | GetStoredScriptObjectsCount () const |
| |
| SIZE_T | GetStoredScriptObjectsAllocatedSize () const |
| |
| int32 | GetStoredPublicExportsCount () const |
| |
| FLoadedPackageRef * | FindPackageRefNoLock (FPackageId PackageId) |
| |
| FLoadedPackageRef * | FindPackageRef (FPackageId PackageId) |
| |
| FLoadedPackageRef & | FindPackageRefChecked (FPackageId PackageId, FName Name=FName()) |
| |
| FLoadedPackageRef & | AddPackageRef (FPackageId PackageId, FName PackageNameIfKnown, EPackageLoader PackageLoaderIfKnown, EPackageExtension PackageHeaderExtensionIfKnown) |
| |
| void | ReleasePackageRef (FPackageId PackageId, FPackageId FromPackageId=FPackageId()) |
| |
| void | VerifyLoadedPackages () |
| |
| void | RemoveUnreferencedObsoletePackageNoLock (FLoadedPackageRef &PackageRef) |
| |
| void | RemoveUnreferencedObsoletePackage (FLoadedPackageRef &PackageRef) |
| |
| void | ReplaceReferencedRenamedPackage (FLoadedPackageRef &PackageRef, UPackage *NewPackage) |
| |
| void | RemovePackages (const FUnreachableObjects &ObjectsToRemove) |
| |
| void | RemovePackageNoLock (FPackageId PackageId) |
| |
| void | RemovePackage (FPackageId PackageId) |
| |
| void | RemovePublicExports (const FUnreachableObjects &ObjectsToRemove) |
| |
| void | VerifyObjectForRemovalNoLock (UObject *GCObject) |
| |
| void | VerifyObjectForRemoval (UObject *GCObject) |
| |
| void | VerifyPackageForRemovalNoLock (FLoadedPackageRef &PackageRef) |
| |
| void | VerifyPackageForRemoval (FLoadedPackageRef &PackageRef) |
| |
| UObject * | FindPublicExportObjectUncheckedNoLock (const FPublicExportKey &Key) |
| |
| UObject * | FindPublicExportObjectUnchecked (const FPublicExportKey &Key) |
| |
| UObject * | FindPublicExportObject (const FPublicExportKey &Key) |
| |
| UObject * | FindScriptImportObjectNoLock (FPackageObjectIndex GlobalIndex) |
| |
| UObject * | FindScriptImportObject (FPackageObjectIndex GlobalIndex) |
| |
| Verse::VCell * | FindPublicExportCell (const FPublicExportKey &Key) |
| |
| Verse::VCell * | FindScriptImportCell (FPackageObjectIndex GlobalIndex) |
| |
| void | StoreGlobalObject (FPackageId PackageId, uint64 ExportHash, UObject *Object) |
| |
| void | StoreGlobalCell (FPackageId PackageId, uint64 ExportHash, Verse::VCell *Cell) |
| |
| void | FindAllScriptObjects (bool bVerifyOnly) |
| |
| void | RegistrationComplete () |
| |
| void | AddScriptObject (FStringView PackageName, FStringView Name, UObject *Object) |
| |
◆ FGlobalImportStore()
◆ AddPackageRef()
◆ AddScriptObject()
◆ FindAllScriptObjects()
| void FGlobalImportStore::FindAllScriptObjects |
( |
bool |
bVerifyOnly | ) |
|
◆ FindPackageRef()
◆ FindPackageRefChecked()
◆ FindPackageRefNoLock()
◆ FindPublicExportCell()
| Verse::VCell * FGlobalImportStore::FindPublicExportCell |
( |
const FPublicExportKey & |
Key | ) |
|
|
inline |
◆ FindPublicExportObject()
◆ FindPublicExportObjectUnchecked()
◆ FindPublicExportObjectUncheckedNoLock()
◆ FindScriptImportCell()
◆ FindScriptImportObject()
◆ FindScriptImportObjectNoLock()
◆ GetStoredPackagesCount()
| int32 FGlobalImportStore::GetStoredPackagesCount |
( |
| ) |
const |
|
inline |
◆ GetStoredPublicExportsCount()
| int32 FGlobalImportStore::GetStoredPublicExportsCount |
( |
| ) |
const |
|
inline |
◆ GetStoredScriptObjectsAllocatedSize()
| SIZE_T FGlobalImportStore::GetStoredScriptObjectsAllocatedSize |
( |
| ) |
const |
|
inline |
◆ GetStoredScriptObjectsCount()
| int32 FGlobalImportStore::GetStoredScriptObjectsCount |
( |
| ) |
const |
|
inline |
◆ RegistrationComplete()
| void FGlobalImportStore::RegistrationComplete |
( |
| ) |
|
◆ ReleasePackageRef()
◆ RemovePackage()
◆ RemovePackageNoLock()
◆ RemovePackages()
◆ RemovePublicExports()
◆ RemoveUnreferencedObsoletePackage()
◆ RemoveUnreferencedObsoletePackageNoLock()
◆ ReplaceReferencedRenamedPackage()
◆ StoreGlobalCell()
| void FGlobalImportStore::StoreGlobalCell |
( |
FPackageId |
PackageId, |
|
|
uint64 |
ExportHash, |
|
|
Verse::VCell * |
Cell |
|
) |
| |
|
inline |
◆ StoreGlobalObject()
◆ VerifyLoadedPackages()
| void FGlobalImportStore::VerifyLoadedPackages |
( |
| ) |
|
|
inline |
◆ VerifyObjectForRemoval()
| void FGlobalImportStore::VerifyObjectForRemoval |
( |
UObject * |
GCObject | ) |
|
|
inline |
◆ VerifyObjectForRemovalNoLock()
| void FGlobalImportStore::VerifyObjectForRemovalNoLock |
( |
UObject * |
GCObject | ) |
|
|
inline |
◆ VerifyPackageForRemoval()
◆ VerifyPackageForRemovalNoLock()
◆ FAsyncLoadingVerseRoot
| friend class FAsyncLoadingVerseRoot |
|
friend |
◆ CookedScriptObjectsDebug
The documentation for this class was generated from the following file: