I have a BP with a custom event in it. I have done a subclass BP of this thing, and I can’t get the custom event in the subclass. Whether I bind it in the parent or the subclass or both, only the parent gets the event.
Should I expect this behavior, or am I doing something wrong?
Create your custom event within the Parent class and then in your Child class use the Override dropdown button that appears on the left in the Functions component to create an Override for the custom event you declared in your Parent class.