I created three files, one material, one enum, one blueprint actor. In blueprint actor, I created a dynamic material instance to access material and a variable to access enum as a dropdown list. This functions all work fine, but when I move these three files to others' PC, the blueprint actor become doesn't work, the dynamic material instance lost material parameter and the type of the variable I created are not enum anymore. Is that means I have to set these parameters every single time when I move these to other places? Anyone can help? Thanks in advance!
BTW, I want to use the stuff I created as a tool and share with others if every time the parameters have been setted again, it is really annoying.