Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
Description
Check whether we want to recover stripped data that is removed from this model when cooking. Examples of this data could be the raw uncompressed vertex deltas of all morph targets. On default we strip the data, save the cooked asset, and then recover the stripped data again. But some automated cooking tests might want this disabled.
| Name | GetRecoverStrippedDataAfterCook |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModel.h |
| Include Path | #include "MLDeformerModel.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Private/MLDeformerModel.cpp |
bool GetRecoverStrippedDataAfterCook() const