You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
The changes to always process 'most up to date' classes broke property accesses on many of Lyra's accesses. This was because the runtime functions/properties ended up being accessed on empty skeleton classes. This change restricts the path resolution via 'most up to date' classes to only where it is needed for this use case: renaming/referencing variables and functions. #jira UE-204823 #rb jaime.cifuentes [CL 31429174 by thomas sarkanen in 5.4 branch]