Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FLinker
Description
Return the path name of the UObject represented by the specified import. (can be used with StaticFindObject)
| Name | GetPathName |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Linker.h |
| Include Path | #include "UObject/Linker.h" |
FString GetPathName
(
FPackageIndex PackageIndex
)
the path name of the UObject represented by the resource at PackageIndex, or the empty string if this is null
Parameters
| Name | Remarks |
|---|---|
| PackageIndex | package index |