Navigation
API > API/Developer > API/Developer/MeshMergeUtilities > API/Developer/MeshMergeUtilities/IMeshMergeUtilities
References
| Module | MeshMergeUtilities |
| Header | /Engine/Source/Developer/MeshMergeUtilities/Public/IMeshMergeUtilities.h |
| Include | #include "IMeshMergeUtilities.h" |
void RetrievePhysicsData
&40;
const TArray< UPrimitiveComponent &42; > & InComponents,
TArray< FKAggregateGeom > & InOutPhysicsGeometry,
UBodySetup &42;& OutBodySetupSource
&41; const
Remarks
Extract physics geometry and body setup from set of primitive components.
Parameters
| Name | Description |
|---|---|
| InComponents | List of components to extract the physics geometry from. |
| InOutPhysicsGeometry | The list of extracted physics geometry. |
| OutBodySetupSource | The BodySetup extracted. |