Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Mechanics > API/Plugins/ModelingComponents/Mechanics/UCollisionPrimitivesMechanic
Inheritance Hierarchy
- FChange
- FCommandChange
- FToolCommandChange
- UCollisionPrimitivesMechanic::FCollisionPrimitivesMechanicGeometryChange
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Mechanics/CollisionPrimitivesMechanic.h |
| Include | #include "Mechanics/CollisionPrimitivesMechanic.h" |
Syntax
class FCollisionPrimitivesMechanicGeometryChange : public FToolCommandChange
Remarks
Primitives have moved/changed.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | ChangeStamp | ||
| TSharedPtr< FKAggregateGeom > | GeometryNew | ||
| TSharedPtr< FKAggregateGeom > | GeometryPrevious |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCollisionPrimitivesMechanicGeometryChange
(
TSharedPtr< FKAggregateGeom > GeometryPreviousIn, |