You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
"Fixes for multicast delegates (and K2Node_Events in general) to now use FMemberReference for finding their UFunction. #jira UE-8391 - Crash occurs adding an Overlap Event for a component #jira UE-7976 - Adding an on event for an actor in the level blueprint results in a crash" I've change it a bit, so it don't require ObjectVersion.h edition as it's locked. My changes are located in: * UK2Node_Event::Serialize * UK2Node_ComponentBoundEvent::Serialize * UK2Node_ActorBoundEvent::Serialize * header K2Node_Event.h lines from 16 to 39. This change works for now as a workaround. We will change that into proper deprecation fix after ObjectVersion.h lock lift. [CL 2435347 by Jaroslaw Palczynski in Main branch]