Okay, so I have got my Hud up and running and a mini map up but how do I tweak the mini map to rotate, when the player rotates like a campus? I do know the basics on making a Hud with a Widget but how would I made the mini map on the Hud rotate when the player rotates?
Try casting to your player character BP and get the actor rotation’s yaw. Make sure your minimap widget’s pivot is centered and add a “make rotation” node to your widget with target being your minimap image and rotation being the player character’s yaw. If the effect is reversed try either subtracting or adding 90 to the yaw which should fix it.