How do you store the variables/actors created in js to blueprint? Let's say I'd like to pass the actors created in the helloWorld.js to the blueprint running the js component.
actor = new TextRenderActor(GWorld,{X:100,Z:100},{Yaw:180})
How would I do that?