Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FLinkerTables
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FName GetImportClassName
(
int32 ImportIdx |
Gets the class name for the specified index in the import map. | UObject/Linker.h | |
FName GetImportClassName
(
FPackageIndex PackageIndex |
Gets the class name for the specified index in the import map. | UObject/Linker.h |
GetImportClassName(int32)
Description
Gets the class name for the specified index in the import map.
| Name | GetImportClassName |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Linker.h |
| Include Path | #include "UObject/Linker.h" |
FName GetImportClassName
(
int32 ImportIdx
)
Class name of the import at specified index
Parameters
| Name | Remarks |
|---|---|
| ImportIdx | Import index |
GetImportClassName(FPackageIndex)
Description
Gets the class name for the specified index in the import map.
| Name | GetImportClassName |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Linker.h |
| Include Path | #include "UObject/Linker.h" |
FName GetImportClassName
(
FPackageIndex PackageIndex
)
Class name of the import at specified PackageIndex if the PackageIndex represents an import. Otherwise NAME_None
Parameters
| Name | Remarks |
|---|---|
| ImportIdx | Import PackageIndex |