Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework > API/Plugins/MLDeformerFramework/UMLDeformerGeomCacheModel
References
| Module | MLDeformerFramework |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerGeomCacheModel.h |
| Include | #include "MLDeformerGeomCacheModel.h" |
void SetGeometryCache
(
UGeometryCache * GeomCache
)
Remarks
Set the geometry cache object to use for training. Keep in mind that the editor still needs to handle a change of this property for things to be initialized correctly.
Parameters
| Name | Description |
|---|---|
| GeomCache | The geometry cache to use for training. |