what im trying now is to extend UGameViewportClient
I’ll ovveride the Draw function. this function will be a copy of UGameViewportClient::Draw but after LocalPlayer->CalcSceneView I put my code …
Not very elegant … but seems the only option that I have…