Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/PhysicsBody.h |
| Include | #include "MuR/PhysicsBody.h" |
Syntax
struct FPhysicsBodyAggregate
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FBoxBody > | Boxes | ||
| TArray< FConvexBody > | Convex | ||
| TArray< FSphereBody > | Spheres | ||
| TArray< FSphylBody > | Sphyls | ||
| TArray< FTaperedCapsuleBody > | TaperedCapsules |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Serialise
(
OutputArchive& arch |
||
| void | Unserialise
(
InputArchive& arch |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FPhysicsBodyAggregate& Other |