Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework > API/Plugins/MLDeformerFramework/UMLDeformerInputInfo
Description
Check whether the current inputs are compatible with a given skeletal mesh.
Use GenerateCompatibilityErrorString to get the error report.
| Name | IsCompatible |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerInputInfo.h |
| Include Path | #include "MLDeformerInputInfo.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Private/MLDeformerInputInfo.cpp |
virtual bool IsCompatible
(
USkeletalMesh * InSkeletalMesh
) const
Returns true when we can safely apply the ML Deformer to a character using this skeletal mesh, otherwise false is returned.
Parameters
| Name | Remarks |
|---|---|
| InSkeletalMesh | The skeletal mesh to check compatibility with. This may not be a nullptr. |