Can i override custom events in Blueprint?

if you can call a super function that event… at the same time the event should be declared as virtual… myself not tried but you can create a virtual function instead of an event which will be available to override, you can call it in any sub class or by reference.

1 Like