blueprint

Render Text to Texture Function

  • Exposure: public
  • UE Version: 4.17

fhaab

March 21, 2018, 6:26 pm

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

  • fhaab

    March 21, 2018, 6:27 pm

    Requires some set up to call.

    EDIT: this BP had a specific reason for existing; in case anyone is interested, it renders two lines of text to an otherwise transparent texture to overlay on a curved surface. The material being referenced's color is set by a Texture/TextureSampleParameter2D, the parameter name for this node is used in the graph.

    To make it a transparent texture (only text, otherwise zero alpha), the material should be BlendMode: AlphaComposite, and I piped 0 into Opacity.