Hi everyone,
I am wondering if anyone can point me in the right direction on how to transfer a number between 2 blueprints.
I want to set a variable in my level blueprint (preferably, if not then in some other actor blueprint), this variable would probably be a byte to use less memory (if not, then I could use an integer or a float) and it will be set to the number that I want to transfer. I then want to send this variable/number to my character blueprint so that I can then plug this variable into a node in my character blueprint.
That is how I would like to try and solve this problem but I have no idea what nodes, etc. to use. I’m basically just trying to send a number variable from my level blueprint to my character blueprint so if anyone knows of a simple way to accomplish that it would be great help.
Thanks!