FCoreRedirects::GetValueRedirects

Returns map of String->String value redirects for the object name, or nullptr if none found

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 const TMap< FString, FString > * GetValueRedirects
(
    ECoreRedirectFlags Type,
    const FCoreRedirectObjectName & OldObjectName
)

Remarks

Returns map of String->String value redirects for the object name, or nullptr if none 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