Navigation
API > API/Plugins > API/Plugins/ModelingToolsEditorMode > API/Plugins/ModelingToolsEditorMode/DetailsCustomizations
Inheritance Hierarchy
- TSharedFromThis
- IPropertyTypeCustomization
- FModelingToolsAxisFilterCustomization
References
| Module | ModelingToolsEditorMode |
| Header | /Engine/Plugins/Editor/ModelingToolsEditorMode/Source/ModelingToolsEditorMode/Public/DetailsCustomizations/ModelingToolPropertyCustomizations.h |
| Include | #include "DetailsCustomizations/ModelingToolPropertyCustomizations.h" |
Syntax
class FModelingToolsAxisFilterCustomization : public IPropertyTypeCustomization
Remarks
Details customization for FModelingModeAxisFilter struct - X/Y/Z booleans are laid out in a single horizontal row
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< IPropertyTypeCustomization > | MakeInstance () |
Overridden from IPropertyTypeCustomization
| Type | Name | Description | |
|---|---|---|---|
| void | CustomizeChildren
(
TSharedRef< IPropertyHandle > PropertyHandle, |
Called when the children of the property should be customized or extra rows added | |
| void | CustomizeHeader
(
TSharedRef< IPropertyHandle > PropertyHandle, |
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 |