So i‘m trying to create a Game Where you can build Engines and Cars
And i am now on putting the Engine together.
I am a completely beginner.
I mostly use Attach Actor to Actor in this. It worked out pretty well until i want to attach the Same actor twice onto another.
So i have 2 pistonring actors and an actor
But now it just attaches the attached Ring and not that one i am grabbing.
Any tipps? Or should i do this completely different?
Greetings
Are you attaching the same actor or are you attaching two actors of the same class? If it’s the first one, there is only one actor so it makes sense that it doesn’t work. If it is the second, it should work, and you have probably made a mistake somewhere. Show your attach blueprint(s).