Change Struct Variable Name not just Property?

Trying to find a way to have more than 1 version of the same Struct but at the moment question is, can I change the Names not only their property?

Yes, it is possible to do both if those structs have different names. Just be careful about doing so with structs that are already connected in Blueprints. You need to refresh all references and replace all connecting nodes that might eventually become deprecated.

Thanks but I meant in Blueprint.

Got it. I’ve never heard that such thing is possible, let’s see what other developers suggest.

1 Like