UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FPublicExportKey Class Reference

#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)
 

Constructor & Destructor Documentation

◆ FPublicExportKey()

FPublicExportKey::FPublicExportKey ( )
inline

Member Function Documentation

◆ FromPackageImport()

static FPublicExportKey FPublicExportKey::FromPackageImport ( FPackageObjectIndex  ObjectIndex,
const TArrayView< const FPackageId > &  ImportedPackageIds,
const TArrayView< const uint64 > &  ImportedPublicExportHashes 
)
inlinestatic

◆ GetExportHash()

uint64 FPublicExportKey::GetExportHash ( ) const
inline

◆ GetPackageId()

FPackageId FPublicExportKey::GetPackageId ( ) const
inline

◆ IsNull()

bool FPublicExportKey::IsNull ( ) const
inline

◆ MakeKey()

static FPublicExportKey FPublicExportKey::MakeKey ( FPackageId  PackageId,
uint64  ExportHash 
)
inlinestatic

◆ operator!=()

bool FPublicExportKey::operator!= ( const FPublicExportKey Other) const
inline

◆ operator==()

bool FPublicExportKey::operator== ( const FPublicExportKey Other) const
inline

Friends And Related Symbol Documentation

◆ GetTypeHash

uint32 GetTypeHash ( const FPublicExportKey In)
friend

The documentation for this class was generated from the following file: