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