Blueprint Breakpoint Assistant adds a context menu option for editing breakpoints in blueprints. It provides functionality for counting the number of times that a breakpoint is hit (i.e., hit count) and stops on the breakpoint when the hit count satisfies the user provided comparison method.
The supported comparison methods are: equals, is a multiple of, and greater than or equal to.
Hit count breakpoints exist in the Microsoft Visual Studio IDE and hopefully they'll be useful in debugging blueprints too.
[Demo: Video]