Struct Question

I’m making a blueprint that has the option to choose from a selection struct instances to set a series of values. Is it better to create multiple struct assets and reference them individually, or to make a series of instanced variables of one master struct within the one blueprint? I do need to be able to set the default values using the construction script, but it looks like that can be done either way.

Cheers!