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 < FString > FindPreviousPathNamesForClass
(
const FString & CurrentClassPath,
bool bIsInstance,
bool bIncludeShortNames
)
Remarks
Utility functions to query the object name redirects list for previous names for a class Full object paths 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 |
| bIncludeShortNames | If true, also include short names without a package |