Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/CoreUObject/Public/UObject/LinkerLoad.h |
Include |
#include "UObject/LinkerLoad.h" |
Source |
/Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerLoad.cpp |
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.
Parameter |
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 |