Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/PropertyEditor/Public/IDetailCustomization.h |
Include |
#include "IDetailCustomization.h" |
class IDetailCustomization : public TSharedFromThis< IDetailCustomization >
Interface for any class that lays out details for a specific class
Name | Description | |
---|---|---|
|
~IDetailCustomization() |
Name | Description | ||
---|---|---|---|
|
CustomizeDetails ( |
Called when details should be customized |
|
|
CustomizeDetails ( |
Called when details should be customized, this version allows the customization to store a weak ptr to the layout builder. |
|
|
PendingDelete() |
Called when no longer used and will be deleted |