Are there ways to interact with UE4 editor via PIPE or command line?

My aim is to tell the opened editor (from another process) to go to specified asset by path. Is that possible?

Editor works same by this way with Visual Studio (by clicking go to source code).