Get UEditorEngine reference

HI forum i try to do some stuff, i need get reference to UEditorEngine, but i dont found nothing in the docs. just simple header struct but nothing about get reference
i try to use this UEditorEngine::GetEditorWorldContext()
i add “UnrealEd” module to my plugin proyect i can see the class but how can i get the reference?

i see from the forums this GEditor->GetEditorWorldContext(), but where is include?

please some help

Best regards!

hey i found this, i need include “UnrealEd.h”, and not “EditorEngine.h” some dump for me

solved!
thanks