Change blueprint "ExecuteConsoleCommand" using Python

Hi, my dear friends!

I have a question about the blueprint and python!
How can I change the values inside a “ExecuteConsoleCommand” using python?

Hey @Paladond!

Check out this Community Member Created tutorial that creates input and output strings for Python in blueprints:

I hope the above is the solution you need!

Hey, @Quetzalcodename!

I saw this video tutorial, but it’s a bit different. The video shows an example of calling a python code from a blueprint, but I want the opposite - call the blueprint values from the python code.

Is this even possible or is it currently not possible?

P.S: small update :slight_smile:
My example,
I have a python code (some functions) and I want to “read-write” the blueprint in these functions and change some elements of this blueprint.

Thanks!

Hey @Paladond!

Other than calling a python script function that would output your desired command (like in the latter half of that tutorial), I don’t know of a way of pulling off what you are looking for, but maybe someone else in the community has an answer for your read/write use case!