Hello, I keep getting a compile error message that says, "This blueprint (self) is not a ThirdPersonCharacter_C, therefore ' Target ' must have a connection." Please Help

Try deleting the get IsAiming node, then drag the blue wire off of the Cast node again and create another IsAiming node from that.

My guess is that the IsAiming node you currently have is referring to a different class that has the same variable name or something. Following the procedure above should make sure it’s referencing the correct thing in that node.

Hi there,

In order to get the blueprint to work correctly, the Cast To node needs to have execution wires connected, without them that node is doing absolutely nothing.

Here’s an image showing how to connect it up:

Anytime you see a node that has small white triangles at the top on either side you need to hook them up with the white execution wires otherwise the node is ignored by the blueprint.

Hope that helps!

@mightyenigma Ive tried that and it didnt work

Oh LOL I didn’t notice that. Alternatively you can convert it to a Pure Cast

OMG Thanks A ton :slight_smile: