Dynamic material instance variable can't read from construction script

DMI variable is global. i invoke the test function from editor first, then i move the actor, construction script is invoked, but can’t print the name of DMI variable. Why? i also test other type of variable, float is ok.

I think you need to make the DMI property “Instance Editable”, otherwise running the function in editor won’t save the value.