Navigation
API > API/Runtime > API/Runtime/MRMesh > API/Runtime/MRMesh/UMRMeshBodyHolder
- IInterface_CollisionDataProvider::GetPhysicsTriMeshData()
- UMRMeshBodyHolder::GetPhysicsTriMeshData()
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 GetPhysicsTriMeshData
&40;
struct FTriMeshCollisionData &42; CollisionData,
bool InUseAllTriData
&41;
Remarks
Interface for retrieving triangle mesh collision data from the implementing object true if successful, false if unable to successfully fill in data structure
Parameters
| Name | Description |
|---|---|
| CollisionData | structure given by the caller to be filled with tri mesh collision data |