I need my wind directional source to only affect some actors in game

Hey, hope everyone is having a great day !

Is there a way for a wind directional source to only affect certain actors in the world ?
For example : I want “wind1” to only affect hanging ornamental cloth, and “wind2” to only affect my character’s cape.

I need two different winds because the wind for the hanging cloths needs to be a lot stronger for the effect to work as I want, but then it is way too strong for my character’s cape and it ruins the cape effect :confused:

how would I go about doing that ? is it even possible ?
thanks for the help, love you all :heart:

Normally it doesnt affect anything unless you code it.

By default, I think it only affects cloth.

And no, there is no way to set different sources on cloth afaik without coding the engine from scratch.

Make thw hanging cloth not a cloth. Animate it with the shader.

thanks for your answer !