FLinkerLoad::ResolveResourceName

Returns the ObjectName associated with the resource indicated.

Windows
MacOS
Linux

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

Syntax

FName ResolveResourceName
(
    FPackageIndex ResourceIndex
)

Remarks

Returns the ObjectName associated with the resource indicated.

Returns

ObjectName for the FObjectResource at ResourceIndex, or NAME_None if not found

Parameters

Parameter

Description

ResourceIndex

location of the object resource

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