Navigation
API > API/Runtime > API/Runtime/GeometryFramework > API/Runtime/GeometryFramework/Components > API/Runtime/GeometryFramework/Components/UDynamicMeshComponent
References
| Module | GeometryFramework |
| Header | /Engine/Source/Runtime/GeometryFramework/Public/Components/DynamicMeshComponent.h |
| Include | #include "Components/DynamicMeshComponent.h" |
| Source | /Engine/Source/Runtime/GeometryFramework/Private/Components/DynamicMeshComponent.cpp |
virtual void SetSimpleCollisionShapes
(
const struct FKAggregateGeom & AggGeom,
bool bUpdateCollision
)
Remarks
Update the simple collision shapes associated with this mesh component
Parameters
| Name | Description |
|---|---|
| AggGeom | New simple collision shapes to be used |
| bUpdateCollision | Whether to automatically call UpdateCollision() if false, manually call it to register the change with the physics system |