FRedirectCollector::AddAssetPathRedirection

Adds a new mapping for redirector path to destination path, this is called from the Asset Registry to register all redirects it knows about

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Misc/RedirectCollector.h

Include

#include "Misc/RedirectCollector.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/Misc/RedirectCollector.cpp

Syntax

void AddAssetPathRedirection
(
    FName OriginalPath,
    FName RedirectedPath
)

Remarks

Adds a new mapping for redirector path to destination path, this is called from the Asset Registry to register all redirects it knows about

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