Choose your operating system:
Windows
macOS
Linux
| IDetailCustomization::CustomizeDetails()
|
Module |
|
Header |
/Engine/Source/Editor/PropertyEditor/Public/IDetailCustomization.h |
Include |
#include "IDetailCustomization.h" |
virtual void CustomizeDetails
(
const TSharedPtr< IDetailLayoutBuilder > & DetailBuilder
)
Called when details should be customized, this version allows the customization to store a weak ptr to the layout builder. This allows property changes to trigger a force refresh of the detail panel.