How can I set an initial value for a event parameter?

I have a parameter ranges from (0, 1) and with a seek speed of 0.01/s.
In the game, I wrote code to set it to 0.5.

It seems the parameter always starts from 0, and seek up to 0.5 gradually. However I want it to start from 1 and seek down to 0.5. Where can I set such initial value?

Thanks,

Set the parameter to the value you want to be the new default. Then right click on the parameter/dial and select ‘Set as initial value’.

2 Likes

Works perfect! Thanks for the hint.