Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework > API/Plugins/MLDeformerFramework/UMLDeformerGeomCacheModel
Description
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.
| Name | SetGeometryCache |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerGeomCacheModel.h |
| Include Path | #include "MLDeformerGeomCacheModel.h" |
void SetGeometryCache
(
UGeometryCache * GeomCache
)
Parameters
| Name | Remarks |
|---|---|
| GeomCache | The geometry cache to use for training. |