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