Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor
Inheritance Hierarchy
- TSharedFromThis< IPropertyTypeCustomization >
- IPropertyTypeCustomization
- FMLDeformerGeomCacheTrainingInputAnimCustomization
References
| Module | MLDeformerFrameworkEditor |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerGeomCacheTrainingInputAnimCustomize.h |
| Include | #include "MLDeformerGeomCacheTrainingInputAnimCustomize.h" |
Syntax
class FMLDeformerGeomCacheTrainingInputAnimCustomization : public IPropertyTypeCustomization
Remarks
The ML Deformer's training input animation (that uses a geometry cache) type customization. This is used to show a custom UI when displaying the FMLDeformerGeomCacheTrainingInputAnim struct. That struct is shown in the list of training input animations in the details panel.
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< IPropertyTypeCustomization > | MakeInstance () |
Overridden from IPropertyTypeCustomization
| Type | Name | Description | |
|---|---|---|---|
| void | CustomizeChildren
(
TSharedRef< IPropertyHandle > StructPropertyHandle, |
Called when the children of the property should be customized or extra rows added | |
| void | CustomizeHeader
(
TSharedRef< IPropertyHandle > StructPropertyHandle, |
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 |