Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE
Inheritance Hierarchy
- TSharedFromThis
- IPropertyTypeCustomization
- FCustomizableObjectIdentifierCustomization
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/CustomizableObjectIdentifierCustomization.h |
| Include | #include "MuCOE/CustomizableObjectIdentifierCustomization.h" |
Syntax
class FCustomizableObjectIdentifierCustomization : public IPropertyTypeCustomization
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< IPropertyTypeCustomization > | MakeInstance () |
Overridden from IPropertyTypeCustomization
| Type | Name | Description | |
|---|---|---|---|
| void | CustomizeChildren
(
TSharedRef< class IPropertyHandle > PropertyHandle, |
Called when the children of the property should be customized or extra rows added | |
| void | CustomizeHeader
(
TSharedRef< class IPropertyHandle > StructPropertyHandle, |
IPropertyTypeCustomization interface |