![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AsyncLoading2.h>
Public Member Functions | |
| FPublicExportKey () | |
| bool | IsNull () const |
| FPackageId | GetPackageId () const |
| uint64 | GetExportHash () const |
| bool | operator== (const FPublicExportKey &Other) const |
| bool | operator!= (const FPublicExportKey &Other) const |
Static Public Member Functions | |
| static FPublicExportKey | MakeKey (FPackageId PackageId, uint64 ExportHash) |
| static FPublicExportKey | FromPackageImport (FPackageObjectIndex ObjectIndex, const TArrayView< const FPackageId > &ImportedPackageIds, const TArrayView< const uint64 > &ImportedPublicExportHashes) |
Friends | |
| uint32 | GetTypeHash (const FPublicExportKey &In) |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
friend |