Variable To Control Initial Velocity?

Hi there, Im very new and trying to have a character throw a rock.
I’ve got the projectile spawning in front of the character, with an initial velocity of 0, so it just falls to the ground.
Im planning on having a “Hold to throw farther” Kind of thing, so i need to inital velocity to be changeable.
Ive tried using Set velocity in Local Space in the construction script, but it does nothing.
This is what I have:

Ive looked at every other question on this forum and cant get it to work, how do I set the velocity at spawn?

*Ive tried following Change projectile speed on spawn - World Creation - Epic Developer Community Forums
But i cant get the set Initial speed / target thing :S
Thanks in advance

Hi Whisper,

Give this setup a try. I added this to the 1st Person Template player character.

Make sure to set the Projectiles ‘Initial Speed’ to 0 and the ‘Velocity’ x-value to 0.

Let me know if you have any questions.

Cheers,

TJ