Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor
Inheritance Hierarchy
- TSharedFromThis
- IPropertyTypeCustomization
- FMLDeformerCurveReferenceCustomization
References
| Module | MLDeformerFrameworkEditor |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerCurveReferenceCustomization.h |
| Include | #include "MLDeformerCurveReferenceCustomization.h" |
Syntax
class FMLDeformerCurveReferenceCustomization : public IPropertyTypeCustomization
Remarks
The curve reference property detail customization.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< IPropertyHandle > | CurveNameProperty | Property to change after curve has been picked. | |
| TObjectPtr< USkeleton > | Skeleton | The Skeleton we get the curves from. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< IPropertyHandle > | FindStructMemberProperty
(
TSharedRef< IPropertyHandle > PropertyHandle, |
||
| TSharedRef< IPropertyTypeCustomization > | MakeInstance () |
||
| void | SetPropertyHandle
(
TSharedRef< IPropertyHandle > StructPropertyHandle |
||
| void | SetSkeleton
(
TSharedRef< IPropertyHandle > StructPropertyHandle |
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 |