Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/PropertyEditor/Public/IPropertyTypeCustomization.h |
Include |
#include "IPropertyTypeCustomization.h" |
class IPropertyTypeCustomization : public TSharedFromThis< IPropertyTypeCustomization >
Base class for property type customizations
Name | Description | |
---|---|---|
|
~IPropertyTypeCustomization() |
Name | Description | ||
---|---|---|---|
|
CustomizeChildren ( |
Called when the children of the property should be customized or extra rows added |
|
|
CustomizeHeader ( |
Called when the header of the property (the row in the details panel where the property is shown) If nothing is added to the row, the header is not displayed |
|
|
ShouldInlineKey() |