material

Stylized Billboard Material

  • Exposure: public
  • UE Version: 4.25

Rubenlaine

October 4, 2020, 4:25 am

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v

1 comment

  • Rubenlaine

    October 4, 2020, 4:25 am

    Custom module may need the following code: float2 output; float2 Input1; output = atan2 (In.y,In.x); return (output);