Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework > API/Plugins/MLDeformerFramework/UMLDeformerGeomCacheModel
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Get the mapping between geometry cache tracks and meshes inside the skeletal mesh. | MLDeformerGeomCacheModel.h | ||
| MLDeformerGeomCacheModel.h |
GetGeomCacheMeshMappings()
Description
Get the mapping between geometry cache tracks and meshes inside the skeletal mesh. This lets us know what parts of the skeletal mesh are related to what geometry cache tracks. Once we have that, we can calculate deltas between the two.
| Name | GetGeomCacheMeshMappings |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerGeomCacheModel.h |
| Include Path | #include "MLDeformerGeomCacheModel.h" |
TArray < UE::MLDeformer::FMLDeformerGeomCacheMeshMapping > & GetGeomCacheMeshMappings()
The geometry cache mesh to skeletal mesh mappings.
GetGeomCacheMeshMappings()
| Name | GetGeomCacheMeshMappings |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerGeomCacheModel.h |
| Include Path | #include "MLDeformerGeomCacheModel.h" |
const TArray < UE::MLDeformer::FMLDeformerGeomCacheMeshMapping > & GetGeomCacheMeshMappings() const