Minimap

Hi
Please tell me how to make a static texture minimap and how to set the throbber location with player location. ??
Thanks

Anyone know how to make minimap like this ???

  1. take screen shot of entire level from the top
  2. figure out world space coordinates of top-left and bottom-right of taken screen shot
  3. turn screen shot into texture
  4. icon location in texture coordinates is (worldpos - topleftpos) / (bottomrightpos - topleftpos)
  5. use these numbers to display a UMG Image widget appropriately (excatly how you do this is up to what you want it to look like)