Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FLinkerTables
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString GetImportFullName
(
int32 ImportIndex |
Return the full name of the UObject represented by the specified import. | UObject/Linker.h | |
FString GetImportFullName
(
FPackageIndex PackageIndex |
Return the full name of the UObject represented by the specified package index | UObject/Linker.h |
GetImportFullName(int32)
Description
Return the full name of the UObject represented by the specified import.
| Name | GetImportFullName |
| 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 |
FString GetImportFullName
(
int32 ImportIndex
)
the full name of the UObject represented by the resource at ImportIndex
Parameters
| Name | Remarks |
|---|---|
| ImportIndex | index into the ImportMap for the resource to get the name for |
GetImportFullName(FPackageIndex)
Description
Return the full name of the UObject represented by the specified package index
| Name | GetImportFullName |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Linker.h |
| Include Path | #include "UObject/Linker.h" |
FString GetImportFullName
(
FPackageIndex PackageIndex
)
the full name of the UObject represented by the resource at PackageIndex
Parameters
| Name | Remarks |
|---|---|
| PackageIndex | package index for the resource to get the name for |