Copy-pasting nodes not working completely

I’m currently trying to copy and paste the blueprint from here https://docs.unrealengine.com/latest/INT/Engine/AI/BehaviorTrees/QuickStart/12/index.html

and it’s not really working well. Instead of copy pasting it exactly, it just copies some and forgets others. I’ve had this happen on the previous step as well, where I would copy and paste but only some of it would show up. What’s going on here?

Are you talking about some of the variables (Set or get). If yes then they won’t copy as they are specific to that BP only. You have to create those variables inside your blueprint and set them manually.

Hope that helps.
Cheers

No, I’m not talking about the variables. I’m talking about the nodes, the connections, etc. It simply doesn’t copy over like in the picture. I asked a friend of mine to see if his would work and his did, which is what I used to base step 11 off of.

So this is what I get when I copy paste. When you compare it to the graph not only are there notable nodes missing, but some are renamed as well. Imgur: The magic of the Internet

That’s what I’m saying…You have to create those variables AICON_Ref and BB Variable TargetToFollow in your blueprint and make the connections manually.
About your friend, did he create those variables before copying the BP over or just copied without those variables?

He just copy and pasted from the site and his result was vastly different from my own.