Hi,
My UI Hub sometimes doesn't refresh with the new information that I put on the quest states, on the Hud text (Active or true), is this something normal? Can we on the meantine force to refresh with some directive?
Thanks.
UI Hud sometines doesn't refresh
Re: UI Hud sometines doesn't refresh
Hi,
The QuestJournal component listens for these messages: Refresh UIs, Quest State Changed, and Quest Counter Changed. When it receives those messages, it updates the HUD and the journal UI if it's open.
No, it's not normal. How are you changing it?GorkaGames wrote: ↑Mon Sep 24, 2018 11:02 amMy UI Hub sometimes doesn't refresh with the new information that I put on the quest states, on the Hud text (Active or true), is this something normal?
Yes:GorkaGames wrote: ↑Mon Sep 24, 2018 11:02 amCan we on the meantine force to refresh with some directive?
Code: Select all
QuestMachineMessages.RefreshUIs(null);
-
- Posts: 178
- Joined: Fri Sep 21, 2018 8:38 pm
Re: UI Hud sometines doesn't refresh
It happens to me also in one case (no more for now) when we have a "Quest State Changed" (from inactive to active should get refreshed) and only refresh when the counter gets refreshed.
Re: UI Hud sometines doesn't refresh
If you can reproduce the issue, please let me know the steps to reproduce it.