FCoreRedirects::RedirectNameAndValues

Performs both a name redirect and gets a value redirect struct if it exists.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/CoreRedirects.h

Include

#include "UObject/CoreRedirects.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/CoreRedirects.cpp

Syntax

static bool RedirectNameAndValues
(
    ECoreRedirectFlags Type,
    const FCoreRedirectObjectName & OldObjectName,
    FCoreRedirectObjectName & NewObjectName,
    const FCoreRedirect ** FoundValueRedirect
)

Remarks

Performs both a name redirect and gets a value redirect struct if it exists. Returns true if either redirect found

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