Navigation
API > API/Runtime > API/Runtime/Chaos
Utility base class for FIndexedConstraintHandles
| Name | TIndexedContainerConstraintHandle |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Evolution/IndexedConstraintContainer.h |
| Include Path | #include "Chaos/Evolution/IndexedConstraintContainer.h" |
Syntax
template<typename T_CONTAINER>
class TIndexedContainerConstraintHandle : public Chaos::FIndexedConstraintHandle
Inheritance Hierarchy
- FConstraintHandle → FIndexedConstraintHandle → TIndexedContainerConstraintHandle
Derived Classes
TIndexedContainerConstraintHandle derived class hierarchy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Chaos/Evolution/IndexedConstraintContainer.h | |||
TIndexedContainerConstraintHandle
(
FConstraintContainer* InConstraintContainer, |
Chaos/Evolution/IndexedConstraintContainer.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Base | FIndexedConstraintHandle | Chaos/Evolution/IndexedConstraintContainer.h | |
| FConstraintContainer | T_CONTAINER | Chaos/Evolution/IndexedConstraintContainer.h | |
| FGeometryParticleHandle | typename Base::FGeometryParticleHandle | Chaos/Evolution/IndexedConstraintContainer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveConstraint() |
Chaos/Evolution/IndexedConstraintContainer.h |
Overridden from FConstraintHandle
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsEnabled() |
Chaos/Evolution/IndexedConstraintContainer.h | ||
virtual void SetEnabled
(
bool bInEnabled |
Chaos/Evolution/IndexedConstraintContainer.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FConstraintContainer * ConcreteContainer () |
Chaos/Evolution/IndexedConstraintContainer.h | ||
const FConstraintContainer * ConcreteContainer () |
Chaos/Evolution/IndexedConstraintContainer.h |