20tab / UnrealEnginePython

Embed Python in Unreal Engine 4
MIT License
2.77k stars 754 forks source link

Blueprint variable access #751

Open dagillespie opened 5 years ago

dagillespie commented 5 years ago

How would you access or return variables from a function call to a python method? It appears possible to call a function using the "Call Python Actor Method" BP node however, I'm looking for something that can read a variable in the BP and return (or change via referencing) another variable - much like how BlueprintCallable works.

tempaccountforissue commented 1 year ago

Hey @dagillespie, I know this comment is like 3 years old, but I'm also trying to access a blueprint variable from my python script and I was wondering if you were ever able to accomplish this?