Files
UnrealEngineUWP/Engine/Source/Runtime/MovieScene
andrew rodham 167911f0cc Sequencer: Fixed a crash caused by setter functions that have return values
- 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]
2019-02-26 21:02:43 -05:00
..