Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework > API/Plugins/MLDeformerFramework/UMLDeformerGeomCacheModel
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const UGeometryCache * GetGeometryCache () |
Get the geometry cache that represents the target deformation. This is our training target. | MLDeformerGeomCacheModel.h | |
UGeometryCache * GetGeometryCache () |
Get the geometry cache that represents the target deformation. This is our training target. | MLDeformerGeomCacheModel.h |
GetGeometryCache()
Description
Get the geometry cache that represents the target deformation. This is our training target.
| Name | GetGeometryCache |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerGeomCacheModel.h |
| Include Path | #include "MLDeformerGeomCacheModel.h" |
const UGeometryCache * GetGeometryCache() const
A pointer to the geometry cache, in read-only mode.
GetGeometryCache()
Description
Get the geometry cache that represents the target deformation. This is our training target.
| Name | GetGeometryCache |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerGeomCacheModel.h |
| Include Path | #include "MLDeformerGeomCacheModel.h" |
UGeometryCache * GetGeometryCache()
A pointer to the geometry cache.