Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | FPackageObjectIndex |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Serialization/AsyncLoading2.h |
| Include Path | #include "Serialization/AsyncLoading2.h" |
Syntax
class FPackageObjectIndex
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPackageObjectIndex
(
EType InType, |
Serialization/AsyncLoading2.h | ||
| Serialization/AsyncLoading2.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| IndexBits | uint64 | Serialization/AsyncLoading2.h | |
| IndexMask | uint64 | Serialization/AsyncLoading2.h | |
| Invalid | uint64 | Serialization/AsyncLoading2.h | |
| TypeMask | uint64 | Serialization/AsyncLoading2.h | |
| TypeShift | uint64 | Serialization/AsyncLoading2.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TypeAndId | uint64 | Serialization/AsyncLoading2.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsExport() |
Serialization/AsyncLoading2.h | ||
bool IsImport() |
Serialization/AsyncLoading2.h | ||
bool IsNull() |
Serialization/AsyncLoading2.h | ||
bool IsPackageImport() |
Serialization/AsyncLoading2.h | ||
bool IsScriptImport() |
Serialization/AsyncLoading2.h | ||
uint32 ToExport() |
Serialization/AsyncLoading2.h | ||
FPackageImportReference ToPackageImportRef() |
Serialization/AsyncLoading2.h | ||
uint64 Value() |
Serialization/AsyncLoading2.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FPackageObjectIndex FromExportIndex
(
const int32 Index |
Serialization/AsyncLoading2.h | ||
static FPackageObjectIndex FromPackageImportRef
(
const FPackageImportReference& PackageImportRef |
Serialization/AsyncLoading2.h | ||
static FPackageObjectIndex FromScriptPath
(
const FStringView& ScriptObjectPath |
Serialization/AsyncLoading2.h | ||
static FPackageObjectIndex FromVersePath
(
FUtf8StringView VersePath |
Serialization/AsyncLoading2.h | ||
static uint64 GenerateImportHashFromObjectPath
(
const FStringView& ObjectPath |
Serialization/AsyncLoading2.h | ||
static uint64 GenerateImportHashFromVersePath
(
FUtf8StringView VersePath |
Serialization/AsyncLoading2.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
FPackageObjectIndex Other |
Serialization/AsyncLoading2.h | ||
bool operator==
(
FPackageObjectIndex Other |
Serialization/AsyncLoading2.h |