How to edit Blueprint default variable via editor scripting?

The only semi-BP solution I remember is using the SetEditorProperty on the ClassDefaultObject (which I exposed from C++), but as far as I remember, this editor utility function was only added in 4.26.

SetEditorProperty node

2 Likes