Editor extension: get selection in Blueprint actor Editor?

Hi!

I can get selected actors in Unreal Editor (when my BP actor is on Level):

OnSelectionChanged(GEditor->GetSelectedActors());

But I can’t get anything in Blueprint Edit mode.

Can you advise me please how can I get selection changing event in Blueprint Editor?

Thank you!