How to draw debug line at position where actor is rendered?

I try to call DrawDebugLine(GetActorPosition()… in actor::Tick function. But it lags the actual actor position by one frame. I think that is physx. How can I draw debug lines where actor is actually rendered? Any other place not Tick function?