Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FLinkerTables
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FObjectExport & Exp
(
FPackageIndex Index |
Check that this Index is non-null and an export and return an import | UObject/Linker.h | |
FObjectExport const & Exp
(
FPackageIndex Index |
UObject/Linker.h |
Exp(FPackageIndex)
Description
Check that this Index is non-null and an export and return an import
| Name | Exp |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Linker.h |
| Include Path | #include "UObject/Linker.h" |
FObjectExport & Exp
(
FPackageIndex Index
)
the export corresponding to this index
Parameters
| Name | Remarks |
|---|---|
| Index | Package index to get, must be an export |
Exp(FPackageIndex)
| Name | Exp |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Linker.h |
| Include Path | #include "UObject/Linker.h" |
FObjectExport const & Exp
(
FPackageIndex Index
) const