Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | FPublicExportKey |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Serialization/AsyncLoading2.h |
| Include Path | #include "Serialization/AsyncLoading2.h" |
Syntax
class FPublicExportKey
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Serialization/AsyncLoading2.h | |||
FPublicExportKey
(
uint32 InPackageIdHigh, |
Serialization/AsyncLoading2.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ExportHashHigh | uint32 | Serialization/AsyncLoading2.h | ||
| ExportHashLow | uint32 | Serialization/AsyncLoading2.h | ||
| PackageIdHigh | uint32 | Serialization/AsyncLoading2.h | ||
| PackageIdLow | uint32 | Serialization/AsyncLoading2.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint64 GetExportHash() |
Serialization/AsyncLoading2.h | ||
FPackageId GetPackageId() |
Serialization/AsyncLoading2.h | ||
bool IsNull() |
Serialization/AsyncLoading2.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FPublicExportKey FromPackageImport
(
FPackageObjectIndex ObjectIndex, |
Serialization/AsyncLoading2.h | ||
static FPublicExportKey MakeKey
(
FPackageId PackageId, |
Serialization/AsyncLoading2.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FPublicExportKey& Other |
Serialization/AsyncLoading2.h | ||
bool operator==
(
const FPublicExportKey& Other |
Serialization/AsyncLoading2.h |