blueprint

InkCPP new context line

  • Exposure: unlisted
  • UE Version: 5.3

BlackQuicksilver

January 19, 2024, 1:04 am

A more complex example for the usage of the "OnLineWritten" event.

Each new line gets amended to the existing context, which is read and written to a rich text, text box

But the new line gets formatted (using the rich text format) if the line contains a tag in the form "style:StyleIdentifier".

In short:

  • If the tag style:StyleIdentifier exists, append "<StyileIdentifier>text</>"
  • else append "text"
Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v