Super on BlueprintNativeEvent cause infinite loop

Hi,

Ok so if I follow you, if I call Super::MethodName_Implementation(…), the BP implementation of my super class will be called and not only the C++ one?

if this is it, that’s not trivial but great to know.

Thanks,