FLinkerLoad::FindPreviousNamesForClass

Utility functions to query the object name redirects list for previous names for a class

Choose your operating system:

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

static TArray< FName > FindPreviousNamesForClass
(
    FString CurrentClassPath,
    bool bIsInstance
)

Remarks

Utility functions to query the object name redirects list for previous names for a class

Returns

Names without path of all classes that were redirected to this name. Empty if none found.

Parameters

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