basically what it means is in GetRenderMatrix which is called in render thread invokes function LocalPlayer->CalcSceneView which should be only called in game thread. It is the issue. I need a way to get same information through render thread friendly function.