UIAction.h Line 139
Putting a breakpoint at UIAction.h Line 139 will pause the editor whenever a UI Action is triggered so that you can see where the code goes. Step into this function and into the next and it will show where the delegate points.
FUIAction::Execute()
Last updated