Why can't this event call its parent event?
12. Květen 2020 v 12:16
It's me... Back again... with another Unreal problem...
I have an Event
in my Parent Class
called Overridable :: PreDialogueScreenEnter
I have overridden the same Event in a Child Class:
Yet when I attempt to call the parent event from the child class, the option is greyed out.
Tl;Dr:
Why call parent event not work >:|