Use the same mixin more than once within a blueprint?

Hi guys

can someone tell me if it is somehow possible to use the same mixin more than once within a blueprint?

thx

I would recommend you to try it and let us know :slight_smile:

Hi Chris,

I’ve tried it of course. Unfortunately without success.
I can also imagine that it’s not possible due to the unique UUID. In any case, only one of the mixins is displayed.

I was hoping that someone might have a trick for it :slight_smile:

It should work, just make sure that the mixin has a unique name and you will need to use a nestedform to avoid the naming collisions.

1 Like

the answer is really helpful, thanks!