How to add button to blueprint details panel?

Look inside Engine’s source code for this class:

IDetailCustomization

It is not an UObject, it’s pure C++ so you must be careful when using it to not generate memory leaks :slight_smile: