Navigation
API > API/Runtime > API/Runtime/MRMesh > API/Runtime/MRMesh/UMRMeshBodyHolder
- IInterface_CollisionDataProvider::GetTriMeshSizeEstimates()
- UMRMeshBodyHolder::GetTriMeshSizeEstimates()
References
| Module | MRMesh |
| Header | /Engine/Source/Runtime/MRMesh/Public/MRMeshComponent.h |
| Include | #include "MRMeshComponent.h" |
| Source | /Engine/Source/Runtime/MRMesh/Private/MRMeshComponent.cpp |
virtual bool GetTriMeshSizeEstimates
&40;
struct FTriMeshCollisionDataEstimates & OutTriMeshEstimates,
bool bInUseAllTriData
&41; const
Remarks
Returns an estimate of how much data would be retrieved by GetPhysicsTriMeshData. true if successful, false if unable to successfully fill in data structure
Parameters
| Name | Description |
|---|---|
| OutTriMeshEstimates | structure given by the caller to be filled with tri mesh estimate data |