Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FLinkerTables
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Linker.h |
| Include | #include "UObject/Linker.h" |
FName GetClassName
(
FPackageIndex PackageIndex
)
Remarks
Gets the class name for the specified PackageIndex. Class name of the export at specified PackageIndex if the PackageIndex is non-null. Otherwise NAME_None
Parameters
| Name | Description |
|---|---|
| RootPackagePath | Name of the root package these linker tables represent |
| PackageIndex | PackageIndex for the entry in the linker tables (import or export) |