Navigation
API > API/Plugins > API/Plugins/NearestNeighborModelEditor
Inheritance Hierarchy
- TSharedFromThis
- IDetailCustomization
- FMLDeformerModelDetails
- FMLDeformerGeomCacheModelDetails
- FMLDeformerMorphModelDetails
- FNearestNeighborModelDetails
References
| Module | NearestNeighborModelEditor |
| Header | /Engine/Plugins/Animation/MLDeformer/NearestNeighborModel/Source/NearestNeighborModelEditor/Public/NearestNeighborModelDetails.h |
| Include | #include "NearestNeighborModelDetails.h" |
Syntax
class FNearestNeighborModelDetails : public UE::MLDeformer::FMLDeformerMorphModelDetails
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< IDetailCustomization > | MakeInstance () |
Makes a new instance of this detail layout class for a specific detail view requesting it. |
Overridden from FMLDeformerModelDetails
| Type | Name | Description | |
|---|---|---|---|
| void | Create the categories that we can add properties to. This will update the category member pointers. | ||
| bool | UpdateMemberPointers
(
const TArray< TWeakObjectPtr< UObject >>& Objects |
Update the class member pointers, which includes the pointer to the model, and its editor model. |
Overridden from IDetailCustomization
| Type | Name | Description | |
|---|---|---|---|
| void | CustomizeDetails
(
IDetailLayoutBuilder& DetailBuilder |
Called when details should be customized |