Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
Description
Get the estimated size of this asset on disk, when cooked. So this is the estimated size of the asset that will be packaged inside your project.
| Name | GetCookedAssetSizeInBytes |
| 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 |
uint64 GetCookedAssetSizeInBytes() const
The size in bytes.