Navigation
API > API/Plugins > API/Plugins/ChaosFleshEngine > API/Plugins/ChaosFleshEngine/ChaosFlesh
References
| Module | ChaosFleshEngine |
| Header | /Engine/Plugins/Experimental/ChaosFlesh/Source/ChaosFleshEngine/Public/ChaosFlesh/ChaosDeformableConstraintsComponent.h |
| Include | #include "ChaosFlesh/ChaosDeformableConstraintsComponent.h" |
Syntax
USTRUCT (BlueprintType )
struct FConstraintObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| FDeformableConstraintParameters | Parameters | ||
| TObjectPtr< UFleshComponent > | Source | ||
| TObjectPtr< UFleshComponent > | Target |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FConstraintObject
(
TObjectPtr< UFleshComponent > InSource, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| Chaos::Softs::FConstraintObjectKey | ToChaos () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FConstraintObject& Other |