Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/USplineMeshComponent
- IInterface_CollisionDataProvider::GetTriMeshSizeEstimates()
- USplineMeshComponent::GetTriMeshSizeEstimates()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/SplineMeshComponent.h |
| Include | #include "Components/SplineMeshComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/SplineMeshComponent.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 |