UIの質問です
ProgressBarやSetTextのゲージや値が更新されなくて困っています
ブループリントは添付ファイルの様に組んでいて、
最後のPrintStringでは、ちゃんと値が届いて表示されています(つまり信号も来ている)
ProgressBarやTextの変数も間違いありませんでした(1つしかない)
原因はどういったことが考えられるのでしょうか?
UIの質問です
ProgressBarやSetTextのゲージや値が更新されなくて困っています
ブループリントは添付ファイルの様に組んでいて、
最後のPrintStringでは、ちゃんと値が届いて表示されています(つまり信号も来ている)
ProgressBarやTextの変数も間違いありませんでした(1つしかない)
原因はどういったことが考えられるのでしょうか?
hello, and welcome.
if the string prints correctly then something could be wrong with SetPercent.
Maybe something else updates the progressbar on an event.
Also, as far as i know, the progressbar has no text. so if there’s another element containing the text, you need to update that as well.
Thanks.
Two progress bars were moving.