Faster Blueprints

Hi guys,

Is there some estimated version for the Blueprints improvments making them almost as fast as C++ ?

“Soon” I heard goal was 4.12 but maybe 4.13

Also auto generated bp -> C++ will be faster, but still expect some performance hit because autogenerated code is still inefficient compared to coding it by hand.

There are already a couple experimental features in editor. Converting structs, enums to c++ intermediate code is available. Anim blueprints have option to use an optimized path for accessing member variables.