I want to choose the position in which the shot will leave my player
If you are using a Spawn Actor Behavior to spawn the shot you can choose the location from which it fires in the X and Y offset boxes.
@jamie_c said: If you are using a Spawn Actor Behavior to spawn the shot you can choose the location from which it fires in the X and Y offset boxes.
but my actor moves from left to right and when I move the shot moves from pocison I want
I guess you have it "relative to scene". Change it to "relative to actor".
You probably need to adjust the X and Y cordinates after that too.
Comments
If you are using a Spawn Actor Behavior to spawn the shot you can choose the location from which it fires in the X and Y offset boxes.
but my actor moves from left to right and when I move the shot moves from pocison I want
I guess you have it "relative to scene". Change it to "relative to actor".
You probably need to adjust the X and Y cordinates after that too.