MilionX
(MilionX)
February 24, 2022, 11:01pm
1
i usually use fade seq or camera manager to fade screen.
but it doesn’t fade the umg.
is there a way to fade all of it?
Everynone
(Everynone)
February 24, 2022, 11:02pm
2
Animate the fade in/out in UMG? Since you can use a material, it’s up to you how fancy it gets.
MilionX
(MilionX)
February 24, 2022, 11:03pm
3
i know how to fade umg…
but, i mean just one node or something to fade screen and umg…
Everynone
(Everynone)
February 24, 2022, 11:04pm
4
One node or fancy. You can’t have both.
MilionX
(MilionX)
February 24, 2022, 11:12pm
5
i use seq player
hide hud means hide the umg?
but doesn’t work, only faded screen.
Everynone
(Everynone)
February 24, 2022, 11:13pm
6
It probably refers to the HUD class, not UMG:
If you do not want to create a fade widget animation, grab all widgets of class and change their render opacity over time. That’s in addition to the Sequence.
Everynone
(Everynone)
February 24, 2022, 11:21pm
9
MilionX:
HUD
HUD is not UMG. Before there was UMG, there was only HUD - it’s a special class that has a bunch of unique functionality - you can draw cool stuff:
There are no widgets there.
MilionX
(MilionX)
February 24, 2022, 11:22pm
10
seems hide hud means nothing
MilionX
(MilionX)
February 24, 2022, 11:23pm
11
oh, i see, thanks for explain