How To bind C++ Function To Blueprint Event Dispartcher in C++?

For some reason I want to Bind a C++ Function To Blueprint Event dispartcher,
I use following Code to do this but It doesn’t seem to work.

So How can I do that?