Reference an Animation Blueprint not working!

You want to drag from the “SkeletalMesh” into the “Target” of “GetAnimInstance” node.

I dont know if theres a thread that already gave the answer. But believe me, Ive searched a lot and I dont know why I cant make a REFERENCE TO ANIMATION BLUEPRINT.

If you think you could help me, please provide your reply.
Here’s the problem in details:

  1. I have an Actor Blueprint and want to get some data from an Animation Blueprint
  2. In my Actor Blueprint, I use a Cast To node. (In this case Cast to Char_ABP)
  3. The node appears with object grayed out [see image]; so I cant get a context sensitive wire from there.

  1. But ok. I call an Get Anim Instance node and plug that in the object. I compile and get an error that I need a target for the Get Anim Instance. Fair Enough.
  2. For the target I know that I need the Skeletal Mesh Component. But if I drag a wire from object, I cant find the skeletal mesh component.

  1. If I try to use Get Skeletal Mesh, I create another node asking for another target!

How can I reference my Animation BP? What Im missing?

PS. I compiled everything, saved all, restarted the editor, even tried to drag the AnimationBP from content browser to the Actor Blueprint.
Nothing solves.

Thanks for any reply and clues.

Thats right. But Skeletal Mesh asks for a target too. Cant be self in this case.

Theres where im stuck.

I saw some blueprints in the internet with the same config, and they can get an skeletal mesh node withou the TARGET parameter.
Dont know why or how.

You need to ensure your Actor has the SkeletalMeshComponent. You can simply drag and drop it into the blueprint editor. This way, the component does not need a “Target” input. As for the max number of Character in game really depends on your setting. Epic’s got about 300 in the game Paragon. Is there something specific that you think is causing your performance? I know Behavior Tree for AI cause a lot of performance if all your things are in Blueprint and you have a large tree.

Thanks for your answer.
Yes. My AnimationBlueprint have a Skeletal Mesh.

But first, theres no components list in the animation blueprint editor.
I can only add a component if I drag my animantion blueprint to the scene, and then select the char in the scene and in the details panel I can acess a components list.

As for the drag suggestion, please have a look at the image.
I cant even drag a variable from the animation blueprint to another blueprint!

Do you have the same issues?

If you are in the animation panel, you are already an AnimInstanceBlueprint.

Yes I know Thanks.

The problem is I cant reference my animation blueprint, or any components ou any variables. No matter how I try.

Im still trying to find whats happening.

I resolved creating a variable that is a reference for the blueprint.