I'm looking for this node

Hello.
When I was looking at the blog explaining unreal engine 4, I found a node like this in the article.
How do I get it out with unreal engine 5?
Thank you.

It’s there in UE5 Material Blueprints, just right click in one and type “lineargradient”

Thank you for answering.
“Linear Gradient” came out thanks to.
How should I get “Value”?

The ‘Value’ is a Scalar Parameter with the name ‘Value’. You can search for Scalar Parameter or keep they key S (on the keyboard) pressed and use Left Mouse Button to press anywhere in the graph. That should create a node too.

Or you even can drag a line out of the Input ‘Mask Offset Value (S)’. That should give you the option to create the right node.

Thanks to you, I solved it.
Thank you very much!