Hey everyone,
Im working on my game and need to cast to my save game BP, but i don’t know what node to link to the object pin of my cast node.
What do I link to this?
Hey everyone,
Im working on my game and need to cast to my save game BP, but i don’t know what node to link to the object pin of my cast node.
What do I link to this?
First you need to make a variable type of that targeted actor (in my image is svrSubClass).
Then drag and drop it as Set.
Finally you can connect it to the Cast to… Node
And if you are doing a save game, I would recommend to you my video…It was even made before epic cover the saving process in the documentation so it is the oldest ;).
If you want to cast the Blueprint the node is placed in to “savecoins”, then simply right-click in the empty space and select “Get Reference to Self” and connect that to the Object pin.