Toggle "Show 3d Widget" for FVector array in c++

When creating a public Vector or Vector array there is a “Show 3d Widget” button in the Details panel. Is there a way to activate that for a public uproperty Vector/ vector array as well or is this blueprint only?
And if this is possible how exactly do I do that?

1 Like

I looked everywhere except in the Uproperties…so answering my own question:

Simply add MakeEditWidget to the meta tag in the Uproperty and it works.

1 Like