FLinker::GetFullImpExpName

Return the full name of the [UObject](API\Runtime\CoreUObject\UObject\UObject) represented by the specified export.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/Linker.h

Include

#include "UObject/Linker.h"

Syntax

FString GetFullImpExpName
(
    FPackageIndex PackageIndex
)

Remarks

Return the full name of the UObject represented by the specified export.

Returns

the path name of the UObject represented by the resource at PackageIndex, or the empty string if this is null

Parameters

Parameter

Description

PackageIndex

package index

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss