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.
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?
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.