How to enable Blueprint functions to be recorded when recording a stat file

Since 4.22, Blueprint functions are ignored when recording stat files which makes it really hard to tell what’s actually going on when profiling.

Here I made a test blueprint with a single function that has some code in it. Here are the profiles of a recorded stat file in both version. On the left is 4.21 and on the right is 4.22.

I have the same problem !

To be sure : I switched a clear project from 4.21 to 4.22 (and 4.23) and I can’t see my functions in the session frontend …

I really need to see my functions to debug a big Blueprint …

Help us please !

Thankfully it’s been fixed today. Here is the issue link.

Ahah I was writting an answer on your main thread ahah, it works !

I link it here if someone need it : Compile engine from sources and do edit ourselves