How to use Static Booleans with Material Instances in Unreal Engine
Some materials require static boolean inputs to apply effects. They’re easy to setup in base materials, but don’t translate into instances because they’re static. To give users the option to enable such booleans in material instances, we can use Switch Parameters. Here’s how to set them up on the base material: Instead of supplying the …