How to call a Blueprint Custom Event from C++ code?

how do I create a delegate of the OnPlayerKilled event in my PlayerCharacter BP? And above all, how do I call it from PlayerCharacter C++ class?

Yes I’m using this on the PlayerCharacter. So I should get the player controller from that player character, how?