Navigation
API > API/Runtime > API/Runtime/Chaos
Base class for handles to constraints in an index-based container (e.g., FJointConstraints)
| Name | FIndexedConstraintHandle |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Evolution/IndexedConstraintContainer.h |
| Include Path | #include "Chaos/Evolution/IndexedConstraintContainer.h" |
Syntax
class FIndexedConstraintHandle : public Chaos::FConstraintHandle
Inheritance Hierarchy
- FConstraintHandle → FIndexedConstraintHandle
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Chaos/Evolution/IndexedConstraintContainer.h | |||
FIndexedConstraintHandle
(
FPBDConstraintContainer* InContainer, |
Chaos/Evolution/IndexedConstraintContainer.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FIndexedConstraintHandle() |
Chaos/Evolution/IndexedConstraintContainer.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FGeometryParticleHandle | TGeometryParticleHandle< FReal, 3 > | Chaos/Evolution/IndexedConstraintContainer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetConstraintIndex() |
Chaos/Evolution/IndexedConstraintContainer.h | ||
void SetConstraintIndex
(
const int32 InConstraintIndex |
Chaos/Evolution/IndexedConstraintContainer.h |
Overridden from FConstraintHandle
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsValid() |
Chaos/Evolution/IndexedConstraintContainer.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FConstraintHandleTypeID & StaticType() |
Chaos/Evolution/IndexedConstraintContainer.h |