How to Convert a Widget's Local Position to Viewport Position in Unreal Engine 5

Thanks very much, this is what I wanted to achieve, however when I collect coin, it shall spawn a niagara effect. what I did was to spawn the coin niagara effect, in its emitter it has a point attraction force that attract the emitter to a user.TargetLocation, that’s why I wanted to find the exact location of that 2D UI element (in this case, it’s Gold amount text) on the screen. I’ll check out your project file. Thanks very much, very inspiring.