Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/Animation
Inheritance Hierarchy
- IModularFeature
- IMeshDeformerProvider
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/Animation/MeshDeformerProvider.h |
| Include | #include "Animation/MeshDeformerProvider.h" |
Syntax
class IMeshDeformerProvider : public IModularFeature
Remarks
Modular feature interface for mesh deformer providers. Modules that inherit from this need to be loaded before shader compilation starts (PostConfigInit) so that the correct vertex factories can be created.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| IMeshDeformerProvider * | Get () |
||
| TObjectPtr< class UMeshDeformer > | GetDefaultMeshDeformer
(
FDefaultMeshDeformerSetup const& Setup |
Returns a default mesh deformer. | |
| bool | IsAvailable () |
||
| bool | IsSupported
(
EShaderPlatform Platform |
Returns true if the platform is supported. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FDefaultMeshDeformerSetup | Structure for passing to GetDefaultMeshDeformer(). |
Constants
| Name | Description |
|---|---|
| ModularFeatureName |