Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectResource.h |
Include |
#include "UObject/ObjectResource.h" |
class FPackageIndex
Wrapper for index into a ULnker's ImportMap or ExportMap. Values greater than zero indicate that this is an index into the ExportMap. The actual array index will be (FPackageIndex - 1).
Values less than zero indicate that this is an index into the ImportMap. The actual array index will be (-FPackageIndex - 1)
Name | Description | |
---|---|---|
|
FPackageIndex() |
Constructor, sets the value to null |
Name | Description | ||
---|---|---|---|
|
ForDebugging() |
Return the raw value, for debugging purposes |
|
|
FPackageInde... |
FromExport ( |
Create a FPackageIndex from an export index |
|
FPackageInde... |
FromImport ( |
Create a FPackageIndex from an import index |
|
IsExport() |
Return true if this is an index into the export map |
|
|
IsImport() |
Return true if this is an index into the import map |
|
|
IsNull() |
Return true if this null (i.e. neither an import nor an export) |
|
|
ToExport() |
Check that this is an export and return the index into the export map |
|
|
ToImport() |
Check that this is an import and return the index into the import map |
Name | Description | ||
---|---|---|---|
|
operator!= ( |
Compare package indecies for inequality |
|
|
operator< ( |
Compare package indecies |
|
|
operator<= ( |
||
|
operator== ( |
Compare package indecies for equality |
|
|
operator> ( |
||
|
operator>= ( |