So I tried to make an actor (pink sphere) simulate glue, and it’s supposed to get two other actors to stick to it. I used the Set Constrained Components and the Set World Location nodes, and that kinda works. But if I use more than a glue sphere then the actor that they´re sticked to, starts flying away and physics go crazy. How can I make it work? Is it something in the physics settings?
These are the blueprints, both are for the glue sphere
Hey there @siniyhz! Welcome to the community! Rev already answered the solution to this but I’d like to add something for the visual learners and then some documentation as this will surely come up as search results for someone later!
If you ever need something to have a custom collision or trace profile, you can go into your settings and add it here!
I solved this by enabling the visibility channel in the collision settings of the glue component, and then in the projectile blueprint I told the blueprint not to spawn another glue sphere if there is already one in that exact place where the line trace is hitting.