Navigation
API > API/Editor > API/Editor/PropertyEditor
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyCustomizationHelpers.h |
| Include | #include "PropertyCustomizationHelpers.h" |
Syntax
struct FSectionListDelegates
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnCanCopySectionItem | OnCanCopySectionItem | Delegate called To know if we can copy a section item | |
| FOnCanCopySectionList | OnCanCopySectionList | Delegate called to know if we can copy a section list | |
| FOnCopySectionItem | OnCopySectionItem | Delegate called Copying a section item | |
| FOnCopySectionList | OnCopySectionList | Delegate called Copying a section list | |
| FOnEnableSectionItem | OnEnableSectionItem | Delegate called when enabling/disabling a section item | |
| FOnGenerateWidgetsForSection | OnGenerateCustomNameWidgets | Delegate called to generate custom widgets under the name of in the left column of a details panel | |
| FOnGenerateWidgetsForSection | OnGenerateCustomSectionWidgets | Delegate called to generate custom widgets under each Section | |
| FOnGetSections | OnGetSections | Delegate called to populate the list with Sections | |
| FOnPasteSectionItem | OnPasteSectionItem | Delegate called Pasting a section item | |
| FOnPasteSectionList | OnPasteSectionList | Delegate called Pasting a section list | |
| FOnResetSectionToDefaultClicked | OnResetSectionToDefaultClicked | Delegate called when a Section list item should be reset to default | |
| FOnSectionChanged | OnSectionChanged | Delegate called when a user changes the Section |
Constructors
| Type | Name | Description | |
|---|---|---|---|