Attaching a Blueprint to another Blueprint in Unreal Engine
In a previous article I’ve explained how to put a gun into your character’s hand using the Attach Component to Component function. This works great if the component in question is a static or skeletal mesh, but it does not work for another blueprint class. Say you had a weapon and it has functionality, there’s …