You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Correctly override the thread safety of return-value properties when a function is marked thread-safe. Previously functions needed to both have a non-uobject return value AND be thread safe for the access to be marked as thread-safe overall. Now the logic correctly overrides the (usually not thread safe) object return value with the function metadata. #jira UE-136572 - Inconsistency in thread safety checks in property access vs BP #rb Keith.Yerex #preflight 61b0929d7177ccd1a12bbb18 #ROBOMERGE-AUTHOR: thomas.sarkanen #ROBOMERGE-SOURCE: CL 18404514 in //UE5/Release-5.0/... via CL 18404527 #ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v896-18170469) [CL 18404536 by thomas sarkanen in ue5-release-engine-test branch]