Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR
Inheritance Hierarchy
- FBodyShape
- FConvexBody
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/PhysicsBody.h |
| Include | #include "MuR/PhysicsBody.h" |
Syntax
struct FConvexBody : public mu::FBodyShape
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< int32 > | Indices | ||
| FTransform3f | Transform | ||
| TArray< FVector3f > | Vertices |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Serialise
(
OutputArchive& arch |
||
| void | Unserialise
(
InputArchive& arch |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FConvexBody& Other |