Hello there
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