This is a fairly small plugin which is intended to look down upon Unreal's very annoying "Comment" node. Don't get me wrong, the "Comment" node is great for wrapping/labelling blocks of blueprint graph, but it's hardly a comment node!
This plugin is currently for the Blueprint Graph only. More graph types may be supported later.
K2PostItDemo_2025-08-25.mp4
- Press Alt+C to place a new comment node.
- Markdown-style support (supports basic markdown; advanced markdown capabilities may be added later)
- Realtime rendered markdown preview pane.
- Preset quick-selectable colors, editable in project settings.
- Currently tested for UE 5.4+ only. It may be easy to make this plugin work on older UE5 versions (the main limit preventing older versions is due to TInstancedStruct usage instead of FInstancedStruct).
- Not all markdown is supported. The preview video above shows currently available formatting.
- The
inline codemarkdown style cannot auto-wrap inside of itself yet; you may occasionally need to split upinlinecodemarkdown manually into chunks so SRichTextBlock can wrap it.