Hi, what is the UE4 equivalent of 3x-Multiply 3 things (A B C) at the same time? Ty
Im converting a Unity formula to UE4. And the preview is black, so idk if using two multiplies in a row are working, or messing up the formula. Ty
- How do *Flip whatever this is on Y axis? (edit: not rotate by -90 degrees)
In Unity the result has a black and red bottom corner. In UE4 the black and red corner is at the Top left.
(In UE4, I tried this CustomRotator Node, with -0.25 (-90 degrees?). But the result is not correct - needs to be flipped, not rotated. And on the TexCoord node, I checked un Mirror U or V - didnt work.)
The equivilent of

is indeed

To rotate
( Look at the material preview, left. I think the node preview is broken in UE5 )
2 Likes
-
Lol thanks. I thought so but needed to confirm.
-
What you showed almost works. But I dont need to rotate (ignore the text on my old graphic). I need to Flip Y. How do I do that?
Rotate makes the black corner correct. But the red Bar is incorrect.
.
- If that is the same bug as for me in UE4.27, then the preview box does not update unless I [toggle] click the Up arrow to turn off the preview box, then click to turn back on (or else the âpreviewâ does not update when the Mat-formula changes).
3b. But to fix that (so I dont need to toggle each preview box in my Mat), then I enabled 3 things at the top, but I think the key one is enable âLive Update.â
If you want to flip Y, you subtract it from 1 ( I think ). 
Split the UV at source, with component mask, flip the Y and re combine with âappend vectorâ.
Youâre right about the preview, I think. Why on earth would that not be by default?..
or
1 Like
Solved: Thanks for your time and posting the pictures. Easier to see.
Your method worked!
.
I think perhaps for low end systems. So ill take the time to say Iâm thankful that my and your PCs can handle UE4 live previews.
While using Unity, I noticed it takes 30% of my CPU resources (fan rev) while doing nothing. I only had their Material (Shader) window open. Whereas UE4 uses 0.5% while open but doing nothing, and uses 1-3Gigs Ram (which I think is better - makes my PC less hot).
Good day.
1 Like