Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/PhysicsProxy > API/Runtime/Chaos/PhysicsProxy/FStaticMeshPhysicsProxy
References
| Module | Chaos |
| Header | /Engine/Source/Runtime/Experimental/Chaos/Public/PhysicsProxy/StaticMeshPhysicsProxy.h |
| Include | #include "PhysicsProxy/StaticMeshPhysicsProxy.h" |
Syntax
struct Params
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bSimulating | ||
| FVector | InitialAngularVelocity | ||
| FVector | InitialLinearVelocity | ||
| FTransform | InitialTransform | ||
| float | Mass | ||
| int32 | MaxRes | ||
| Chaos::FParticles | MeshVertexPositions | ||
| int32 | MinRes | ||
| FString | Name | ||
| EObjectStateTypeEnum | ObjectType | ||
| Chaos::TSerializablePtr< Chaos::FChaosPhysicsMaterial > | PhysicalMaterial | ||
| FShapeParams | ShapeParams | ||
| EImplicitTypeEnum | ShapeType | ||
| FTransform * | TargetTransform | ||
| TArray< Chaos::TVector< int32, 3 > > | TriIndices |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Params ()
|