Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Serialization
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Serialization/AsyncLoading2.h |
| Include | #include "Serialization/AsyncLoading2.h" |
Syntax
class FPackageObjectIndex
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FPackageObjectIndex | FromExportIndex
(
const int32 Index |
||
| FPackageObjectIndex | FromPackageImportRef
(
const FPackageImportReference& PackageImportRef |
||
| FPackageObjectIndex | FromScriptPath
(
const FStringView& ScriptObjectPath |
||
| bool | IsExport () |
||
| bool | IsImport () |
||
| bool | IsNull () |
||
| bool | |||
| bool | |||
| uint32 | ToExport () |
||
| FPackageImportReference | |||
| uint64 | Value () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
FPackageObjectIndex Other |
||
| bool | operator==
(
FPackageObjectIndex Other |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EType |