I have a parent widget blueprint A that has a button attached with a OnClicked event attached that currently prints “A” out.
I have a child widget blueprint B that inherits from parent widget A. It has “Show inherited variables” enabled, and the onclick from the parent is activated with a print statement for “B”.
When I run the script and click the button, only “A” is invoked. Why is this, and what can I do to run “B”?
Thanks!