IPropertyTypeCustomization

Base class for property type customizations

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

PropertyEditor

Header

/Engine/Source/Editor/PropertyEditor/Public/IPropertyTypeCustomization.h

Include

#include "IPropertyTypeCustomization.h"

Syntax

class IPropertyTypeCustomization : public TSharedFromThis< IPropertyTypeCustomization >

Remarks

Base class for property type customizations

Destructors

Functions

Name Description

Public function

void

 

CustomizeChildren

(
    TSharedRef< IPropertyHandle > Prope...,
    IDetailChildrenBuilder& ChildBuild...,
    IPropertyTypeCustomizationUtils& C...
)

Called when the children of the property should be customized or extra rows added

Public function

void

 

CustomizeHeader

(
    TSharedRef< IPropertyHandle > Prope...,
    FDetailWidgetRow& HeaderRow,
    IPropertyTypeCustomizationUtils& C...
)

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

Public function Virtual Const

bool

 

ShouldInlineKey()