Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FPBDLongRangeConstraints
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetProperties
(
const FCollectionPropertyConstFacade& PropertyCollection, |
Chaos/PBDLongRangeConstraints.h | ||
void SetProperties
(
const FSolverVec2& InStiffness, |
Set the stiffness and scale values used by the constraint. | Chaos/PBDLongRangeConstraints.h |
SetProperties(const FCollectionPropertyConstFacade &, const TMap< FString, TConstArrayView< FRealSingle > > &, FSolverReal)
| Name | SetProperties |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/PBDLongRangeConstraints.h |
| Include Path | #include "Chaos/PBDLongRangeConstraints.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/PBDLongRangeConstraints.cpp |
void SetProperties
(
const FCollectionPropertyConstFacade & PropertyCollection,
const TMap < FString , TConstArrayView< FRealSingle > > & WeightMaps,
FSolverReal MeshScale
)
SetProperties(const FSolverVec2 &, const FSolverVec2 &, FSolverReal)
Description
Set the stiffness and scale values used by the constraint.
| Name | SetProperties |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/PBDLongRangeConstraints.h |
| Include Path | #include "Chaos/PBDLongRangeConstraints.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/PBDLongRangeConstraintsBase.h |
void SetProperties
(
const FSolverVec2 & InStiffness,
const FSolverVec2 & InTetherScale,
FSolverReal MeshScale
)