blueprint

Anti waterfall Print Node (Similar to UE5's added key feature)

  • Exposure: public
  • UE Version: 4.27

Stinger05189

April 21, 2022, 9:42 am

Just like UE5's print node, this function can fix waterfalling text on the viewport through the cause of rapid calling of print nodes. Now you can print with an event tick without making a hard to debug mess.

To use this function, either add it to your function library or just make a new function in your blueprint. Then, simply drop the node in the graph and right-click on the MapOfPrintKeys to create a new private variable.

Not as streamlined as UE5, but it's a much better solution imo.

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v
Versions
April 21, 2022
  1. Fixed a small error.

  2. Made it much easier to copy and paste nodes in the sacrifice of readability.

    See