Disabling copy/paste/copydisplay name functions in Editor

It is possible to disable that menu or copy/paste functions? I don’t get where to find it, searched in IDetailLayoutBuilder, IDetailCategoryBuilder and IDetailPropertyRow but couldn’t find anything suitable there.

Sorry, I can’t help you regarding the disabling… However, I am more than curious of why you would want to disable it?

Cuz it ruins logic of my custom customization, there should be not more than one variable of each type and if u can copy/past u break thru the rules i’m trying to settle and im trying to avoid every possibility of doing something wrong cuz it will cause the whole thing to work incorrect, there should be no variables of my custom type with the same ID’s.

I found solution but it’s more like a crutch, instead of ->AddProperty() i used ->AddCustomRow() then added default widgets from IPropertyHandle to .NameContent() and .ValueContent()