FLinker::GetImportFullName

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

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/Linker.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/Linker.cpp

Syntax

FString GetImportFullName
(
    int32 ImportIndex
)

Remarks

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

Returns

the full name of the UObject represented by the resource at ImportIndex

Parameters

Parameter

Description

ImportIndex

index into the ImportMap for the resource to get the name for

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