blueprint

Render Material To Texture (With 3D Tex option)

  • Exposure: unlisted
  • UE Version: 4.25

Spoondog

December 7, 2020, 4:42 am

A helper function with some options, to allow you to bake a material to texture (or 3D texture) easily. Primarily I made this to bake 3D noise to a volumetric texture asset. Use this example material

  1. Make an Editor Utility blueprint of type: AssetActionUtility

  2. Make a function called "Render Material To Texture"

  3. Paste this in (you may need to recreate the inputs and re-reference those as variables, sorry.

  4. Now you can right click on a material in content browser and run this function

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v
Versions
December 7, 2020
  1. Tidied nodes

  2. Initial

    See