Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework > API/Plugins/MLDeformerFramework/UMLDeformerInputInfo
References
| Module | MLDeformerFramework |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerInputInfo.h |
| Include | #include "MLDeformerInputInfo.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Private/MLDeformerInputInfo.cpp |
virtual FString GenerateCompatibilityErrorString
(
USkeletalMesh * InSkeletalMesh
) const
Remarks
Get the compatibility error report. Returns an empty string in case there are no compatibility issues, otherwise it contains a string that describes the issue(s). In case a nullptr is passed as SkeletalMesh parameter, an empty string is returned.
Parameters
| Name | Description |
|---|---|
| InSkeletalMesh | The skeletal mesh to check compatibility with. |