Files
UnrealEngineUWP/Engine/Source/Runtime/CoreUObject/Private/Blueprint
Maciej Mroz 7979693c02 Early version of redirecting system for "Blueprints converted to C++".
It's supposed to be used while cooking to fix references to objects (BPGC, UDS, UDE), that where converted into a native code.
Converted items have "ReplaceConverted" meta data generated. The MD stores original object path (and all it's redirected paths).

#codereview Nick.Whiting, Mike.Beach, Robert.Manuszewski

[CL 2664247 by Maciej Mroz in Main branch]
2015-08-21 07:19:34 -04:00
..