player_ui.SetFocus(Widget) not working

Summary

SetFocus() method not wroking properly

Please select what you are reporting on:

Unreal Editor for Fortnite

What Type of Bug are you experiencing?

UI/Tools

Steps to Reproduce

if (PlayerUI := GetPlayerUI[player[Owner]]):
PlayerUI.SetFocus(CloseButton)

Expected Result

Each call must set the focus on the widget

Observed Result

The widget only focuses when this function is called for the first time. All subsequent calls have no effect

Platform(s)

All

FORT-1022179 has been created and its status is ‘Unconfirmed’. This is now in a queue to be reproduced and confirmed.

FORT-1022178 has been created and its status is ‘Unconfirmed’. This is now in a queue to be reproduced and confirmed.

I can confirm this is also an issue for me.