Can I change BP actors' variables default values with a Editor Utiility?

What you are showing here is not defaults but instance values.

Defaults are when you edit the blueprint itself, and afaik those cannot be changed in editor without some c++ help.

Here all you have to do is find (or spawn) the actor in the scene/world and update its variables values.

1 Like