Hi guys,
I’ve been trying to get this to work for some time but no luck :S. I currently have an actor that has a blueprint with a string variable and I want to access this from an animation blueprint that is in another character. But I don’t know how to reach this variable from the animation blueprint. I’ve tried to follow the tutorial in here → https://docs.unrealengine.com/latest/INT/Engine/Blueprints/UserGuide/BlueprintComms/index.html, but when it’s time to select the target animation blueprint in the details panel I don’t see any animation blueprint. I’ve also tried to follow this → https://answers.unrealengine.com/questions/21142/animgraph-can-enter-transition-with-actionaxis-inp.html but I can’t reach the public string I’ve declared in the other blueprint. I think it’s because they are not part of the same character in the game… not sure… Is there any way to avoid needing to have everything in the same character?
Any help would be greatly appreciated!
Thanks!