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