Navigation
API > API/Plugins > API/Plugins/ChaosFleshEngine
| Name | FSphereRepulsionGroup |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ChaosFlesh/Source/ChaosFleshEngine/Public/ChaosFlesh/ChaosDeformableSolverGroups.h |
| Include Path | #include "ChaosFlesh/ChaosDeformableSolverGroups.h" |
Syntax
USTRUCT (BlueprintType )
struct FSphereRepulsionGroup
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDoSphereRepulsion | bool | If uses sphere repulsion for collision | ChaosFlesh/ChaosDeformableSolverGroups.h |
|
| SphereRepulsionRadius | float | Search radius for repulsion pairs | ChaosFlesh/ChaosDeformableSolverGroups.h |
|
| SphereRepulsionStiffness | float | Stiffness for sphere repulsion | ChaosFlesh/ChaosDeformableSolverGroups.h |
|