![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AsyncLoading.h>
Public Member Functions | |
| FUnsafeWeakAsyncPackagePtr (FAsyncPackage *InPackage=nullptr) | |
| FORCEINLINE FAsyncPackage & | GetPackage () const |
| FORCEINLINE bool | operator== (const FUnsafeWeakAsyncPackagePtr &Other) const |
| FName | HumanReadableStringForDebugging () const |
Public Attributes | |
| FAsyncPackage * | Package |
Friends | |
| FORCEINLINE friend uint32 | GetTypeHash (const FUnsafeWeakAsyncPackagePtr &WeakPtr) |
[EDL] This version is an ordinary pointer. We can swap in the safer version to verify assumptions
|
inline |
|
inline |
| FName FUnsafeWeakAsyncPackagePtr::HumanReadableStringForDebugging | ( | ) | const |
|
inline |
|
friend |
| FAsyncPackage* FUnsafeWeakAsyncPackagePtr::Package |