Nativize assets: Parent event isn't overriding

Hello!

I have the following structure:

Abstract blueprint with interface → Base blueprint with implementation → Child blueprint with overriden event

The problem is: in compiled project with nativized flag this overriden event is not overriden, it’s calling from parent (base one). In Editor it works ok.

As a workaround i’ve created helper function in second blueprint and overriding it.

Maybe I am doing something wrong?