The tutotial Its actually very good and works fine but only works if the “character/npc” is a child of the main player Blueprint. So if i want to add a new character that dosnt Inherits from the main player it will not perform the Anim Montage.
I guess the thing is that i dont know how to make other characters/npcs that are not child of the main player play the montage as its linked to the main player as you can see in the screenshot.
Any idea how could i make this work? Thank you in advance.
So the “non-child-NPC” does go to the area but it will not play the montage as the montage its connected to the third person character and its children like shown in the picture.
Btw i forgot to mention that the image where the “even start interaction” is from the interactable object blueprint, thats why im casting to the third person character.
Note: sorry for my english its not my main lenguage.
Is it posible to have a logic to have “multiple” meshes instead of just one?, just so the third person character can also interact with this object?. or that would require a new/different event?
Do you mean can Blueprint be INSTANCED (basically a copy) so you don’t have to keep creating new Blueprints? If so, yes.
All you would need to do is place as many of this Blueprint as you want in your scene. Then, if you want the characters to be different, you can change the skeletal mesh of each instance (copy).
They’ll all behave the exact same way, but they’ll all look different (if you are using multiple meshes).