Pinball game : Morph Target Issue

So, this is final bug on my Pinball Game. As you can see in the image below, the letter cards are not aligned properly. I want them to stay aligned and stay slightly infront of the yellow band. I want all of them to be perfectly horizontally aligned just like “K”.

I am attaching all the necessary blueprints (Kindly check the reply section as well, it contains additional pictures on blueprinting)

Additional images of the blueprint

Hi,

I probably don’t quite get the problem - why don’t you just attach each of the letters to the item you want them to be aligned to? It’s much easier than trying to position each individual piece via blueprint.

If you do need to position them via blueprint, it looks like you are not discounting the depth of the letters as each seems to be offset by that amount.

Best,
Alessandro

Reference : Img 1 (the one with Pinball Table and the actual asset)

As you can see the asset has two poles, both of them are meshes. And connecting Yellow band is also mesh. And so are the Letter Cards.

What I wanted to achieve : Upon putting a string, the string will generate the number of letter cards.
Eg - String = “UNREAL”
Cards Generated = [U] [N] [R] [E] [A] [L]

And the position of the cards should be inside the two poles, slightly infront of the yellow band.

I Have not examined your Blueprints to see how you present the cards so this might not help.
There is a function “FindClosestPointOnLine” which might help you. You create an invisible line and then give it a position and it will give you a point on the line which is closest to the position you gave it.