Editor Utilities

The new Editor Utilities plugin is a great feature. Its to bad there is no way to call a python function using a blueprint. It would be nice if the “Execute Console Command” blueprint node could execute a Python command.

Ryan

We do plan to add a proper Python execution node to Blueprints, but as of 4.22 you should be able to use “Execute Console Command” to execute simple (one line) Python statements if you prefix them with “PY” (eg, “PY print(‘Hello!’)”).