You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#fyi dave.jones2 Original CL Desc ----------------------------------------------------------------- UE-172222 - Improve redirect support for Blueprints. A reflected Blueprint type can now be changed without breaking existing content, so long as an autocast function exists for the two types. Previously, pin reconstruction would give up if two pin types didn't match exactly, which resulted in orphaned pins and compilation errors. Now, it'll first try to find an autocast function for the two types, and insert a cast node into the graph if one is found. Additionally, notes will be added whenever a new cast node was added, which serves as a notice that users might want to update their API to use the new type change. #jira UE-172222 #preflight 63b72580af3ebedd9988ae4c #rb benjamin.fox,dan.oconnor [CL 23657454 by dave jones2 in ue5-main branch]