You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Any setter function that has either a return value or more than a single property is now provided the correct sized parameter pack to ensure that there is no possibility of stack-stomping. - The new value is assumed to be the first parameter in the function (and early return if this is not the case) - Subsequent parameters are simply default initialized - no provision of these values is (or shall be) supported - Return values are ignored #jira UE-70041 #rb Mac.Chen #ROBOMERGE-OWNER: ryan.gerleve #ROBOMERGE-AUTHOR: andrew.rodham #ROBOMERGE-SOURCE: CL 5150564 in //UE4/Release-4.22/... via CL 5207507 #ROBOMERGE-BOT: ENGINE (Main -> Dev-Networking) [CL 5220502 by andrew rodham in Dev-Networking branch]