FLinkerLoad::FindNewNameForStruct

Utility functions to query the struct name redirects list for the current name for a struct

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 FName FindNewNameForStruct
(
    FName OldStructName
)

Remarks

Utility functions to query the struct name redirects list for the current name for a struct

Returns

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

Parameters

Parameter

Description

OldStructName

An old struct name, without path