Navigation
API > API/Plugins > API/Plugins/ProceduralMeshComponent > API/Plugins/ProceduralMeshComponent/UProceduralMeshComponent
- IInterface_CollisionDataProvider::GetTriMeshSizeEstimates()
- UProceduralMeshComponent::GetTriMeshSizeEstimates()
References
| Module | ProceduralMeshComponent |
| Header | /Engine/Plugins/Runtime/ProceduralMeshComponent/Source/ProceduralMeshComponent/Public/ProceduralMeshComponent.h |
| Include | #include "ProceduralMeshComponent.h" |
| Source | /Engine/Plugins/Runtime/ProceduralMeshComponent/Source/ProceduralMeshComponent/Private/ProceduralMeshComponent.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 |