![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Public Member Functions | |
| FExistingPackageReference (UPackage *InPackage) | |
Public Attributes | |
| UPackage * | RawRef |
| TObjectPtr< UPackage > | StrongRef |
| TWeakObjectPtr< UPackage > | WeakRef |
Reference to an existing package that prevents it being GC'd while we're still using it (via FExistingPackageReferences). Once we're done with it, we clear out the strong reference and use the weak reference to verify that it was purged correctly via GC.
|
inline |
| UPackage* PackageReloadInternal::FExistingPackageReference::RawRef |
| TObjectPtr<UPackage> PackageReloadInternal::FExistingPackageReference::StrongRef |
| TWeakObjectPtr<UPackage> PackageReloadInternal::FExistingPackageReference::WeakRef |