Files
UnrealEngineUWP/Engine/Source/Editor/BlueprintGraph/Public
Ben Hoffman 424b8843fa BlueprintNativeEvents that are functions (ie have a return value) and defined in Interfaces do not show up in the function list as available to be overridden
Add the ability for BlueprintNativeEvents from Interfaces to display in child blueprints.
Add the parent class to the right of the function name in the `Override Function` menu
Add a scoped transaction in SMyBlueprint::ImplementFunction so that you can actually undo the creation of an interface function

#jira UE-3578
#jira UE-77016
#rb Michael Noland

[CL 7275720 by Ben Hoffman in Dev-Framework branch]
2019-07-11 11:31:16 -04:00
..