How to spawn an actor considering the forward vector

I’m currently working on a Card game.
I can spawn my cards considering the position of my “hand” but the issue is that it always keeps the same direction.
I would need the card to face the Forward vector of my “hand” to be able to place the different players on different locations.

Thanks for any help :slight_smile:

Related Picture

Hey,

Get the actor forward vector from hands? or get the actor forward vector based on hands rotation? :slight_smile:
Im not sure understand properly, but i assume you want 4 players in 4 different side of the table like how we sit at a real table…
If this is the case actors should be rotated and his forward vector and right vector is close enough to know from where to where you need spawn those cards :slight_smile:

Here is some explanation about direction vectors:

https://www.youtube.com/watch?v=O-zEzdwcpuc