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 |
static TArray< FName > FindPreviousNamesForClass
&40;
const FString & CurrentClassPath,
bool bIsInstance
&41;
Remarks
Utility functions to query the object name redirects list for previous names for a class Names without path of all classes that were redirected to this name. Empty if none found.
Parameters
| Name | Description |
|---|---|
| CurrentClassPath | The current name of the class, with a full path |
| bIsInstance | If true, we're an instance, so check instance only maps as well |