Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/IMeshDeformerProvider
Description
Returns a default mesh deformer. This can allow a mesh deformer plugin to automatically replace the UE fixed function animation path.
| Name | GetDefaultMeshDeformer |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/Animation/MeshDeformerProvider.h |
| Include Path | #include "Animation/MeshDeformerProvider.h" |
TObjectPtr < class UMeshDeformer > GetDefaultMeshDeformer
(
FDefaultMeshDeformerSetup const & Setup
)