FLinkerLoad::FindNewNameForEnum

Utility functions to query the enum name redirects list for the current name for an enum

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 FName FindNewNameForEnum
(
    FName OldEnumName
)

Remarks

Utility functions to query the enum name redirects list for the current name for an enum

Returns

Current full path of the enum. It will be None if no redirect found

Parameters

Parameter

Description

OldEnumName

An old enum name, without path

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