I’m using the billboard_device to display progress for upgradable items and things that change over time. This works pretty well, but there seems to be a significant (and inconsistent?) delay between the call to UpdateDisplay() and when device actually visually updates.
I assume there’s nothing I can do about this delay, but is there at least a way I can anticipate it and maybe build it into my scripts? For example, is it updated on a regular tick? Does it usually (or always) take a certain fixed amount of time?
Any help from Epic on this would be appreciated.
Thanks.