Child class can't call parent class event dispatcher on other instances of that child class

Hello there :slight_smile:

Bug:
Child class can’t call parent class event dispatcher on other instances of that child class.

Reproduction steps are quite simple:

  • Create blank project (tried on Third Person Example)
  • Create a new Actor Class called “Main”
  • Create a variable of an instance of “Main” in “Main” called “Ref”
  • Create an Event Dispatcher in “Main” called “Dispatch”
  • Create a Child Class of that actor called “Sub”
  • Go to “Sub”, get “Ref”, drag pin off “Ref”, try calling “Dispatch”, wire is instantly removed, try plugging them together and tooltip warns "Self is not = to “Main”

Is it a bug or intended design?

Bug is also present on Actor Components and Widgets.

Thanks in advance for consideration.

Have a good day :slight_smile:

Known Bug:

In the bug report, it’s not mentioned that you can’t call the event. It’s not just the auto target that does not work. You just can’t call the event of your reference.