Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FLinkerLoad
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/LinkerLoad.h |
| Include | #include "UObject/LinkerLoad.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerLoad.cpp |
void BuildPathName
&40;
FString & OutPathName,
FPackageIndex ExportIndex
&41; const
Remarks
Builds a string containing the full path for a resource in the export table.
Parameters
| Name | Description |
|---|---|
| OutPathName | [out] Will contain the full path for the resource |
| ResourceIndex | Index of a resource in the export table |