Just how slow are blueprints?

As far as my actual code goes that I have migrated to C++, I have seen differences in speed from 10 to 250x as fast in C++. <- Those speeds are actual tests I have done where I timed the iteration time. Obviously you won’t be seeing differences as high as 250x as a typical increase, but if functional performance is critical, you might want to look into doing it in C++.