Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
Description
Specify 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 using this method you can disable that, by setting it to false. Generally we only want to disable this during some automated tests.
| Name | SetRecoverStrippedDataAfterCook |
| 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 |
void SetRecoverStrippedDataAfterCook
(
bool bRecover
)