Conditional Statements

  • Title:Conditional Statements
  • Category:Material Functions
  • Release Date:2023-04-07

Elevate your material creation in Unreal Engine with Conditional Statements! This powerful expansion of the IF node streamlines your workflow, providing greater conditional modularity and reducing shader instructions for smoother, more efficient results.

Buy Now

About

Conditional Statements is a collection of 10 unique material functions that expands upon conditional modularity and aims to reduce shader instructions. With the expanded modular functionality to the Unreal Engine material editor, you will be able to create complex flows in a fast and more efficient way than ever before.

The included showcase video gives you a quick tour of your new material functions and how they can be used.

A conditional statement is a set of instructions which causes the flow of code to change depending on whether a condition is true or false. Conditional statements are often used when you want to execute different blocks of code based on some condition's outcome.

Included Logical Operator Nodes

  • AND (&&)
  • EQUAL (==)
  • Greater Than (>)
  • Greater Than Or Equal (>=)
  • Less Than (<)
  • Less Than Or Equal (<=)
  • NOT (!)
  • NOT EQUAL (!=)
  • OR (||)
  • XOR (^)