Navigation
API > API/Plugins > API/Plugins/MutableRuntime
| Name | FConvexBody |
| Type | struct |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/PhysicsBody.h |
| Include Path | #include "MuR/PhysicsBody.h" |
Syntax
struct FConvexBody : public mu::FBodyShape
Inheritance Hierarchy
- FBodyShape → FConvexBody
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Indices | TArray< int32 > | MuR/PhysicsBody.h | ||
| Transform | FTransform3f | MuR/PhysicsBody.h | ||
| Vertices | TArray< FVector3f > | MuR/PhysicsBody.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Serialise
(
FOutputArchive& Arch |
MuR/PhysicsBody.h | ||
void Unserialise
(
FInputArchive& Arch |
MuR/PhysicsBody.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FConvexBody& Other |
MuR/PhysicsBody.h |