Need to solution : Get world position info from post processing pixel shader

Post processing shaders has only local info like UV, GBuffer, World Normal etc… In my case essentially need to get each pixel world position.
How can I through this issue? Any suggestion will be pleasure.

AbsoluteWorldPosition material expression will give you reconstructed world position.