Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
Description
Get the default deformer graph asset path that this model uses, or an empty string if it doesn't require any deformer graph. An example is some string like: "/DeformerGraph/Deformers/DG_LinearBlendSkin_Morph_Cloth_RecomputeNormals.DG_LinearBlendSkin_Morph_Cloth_RecomputeNormals".
| Name | GetDefaultDeformerGraphAssetPath |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModel.h |
| Include Path | #include "MLDeformerModel.h" |
virtual FString GetDefaultDeformerGraphAssetPath() const
The asset path of the deformer graph that should be used on default. This can return an empty string when no deformer graph is required.