Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Interfaces > API/Runtime/Engine/Interfaces/IInterface_CollisionDataProvider
- IInterface_CollisionDataProvider::GetTriMeshSizeEstimates()
- UMRMeshBodyHolder::GetTriMeshSizeEstimates()
- UModelComponent::GetTriMeshSizeEstimates()
- USplineMeshComponent::GetTriMeshSizeEstimates()
- UProceduralMeshComponent::GetTriMeshSizeEstimates()
- ULidarPointCloud::GetTriMeshSizeEstimates()
- UStaticMesh::GetTriMeshSizeEstimates()
- USkeletalMesh::GetTriMeshSizeEstimates()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Interfaces/Interface_CollisionDataProvider.h |
| Include | #include "Interfaces/Interface_CollisionDataProvider.h" |
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 |