![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IndexedConstraintContainer.h>
Inheritance diagram for Chaos::TIndexedContainerConstraintHandle< T_CONTAINER >:Public Types | |
| using | Base = FIndexedConstraintHandle |
| using | FGeometryParticleHandle = typename Base::FGeometryParticleHandle |
| using | FConstraintContainer = T_CONTAINER |
Public Types inherited from Chaos::FIndexedConstraintHandle | |
| using | FGeometryParticleHandle = TGeometryParticleHandle< FReal, 3 > |
Public Types inherited from Chaos::FConstraintHandle | |
| using | FGeometryParticleHandle = TGeometryParticleHandle< FReal, 3 > |
Protected Member Functions | |
| FConstraintContainer * | ConcreteContainer () |
| const FConstraintContainer * | ConcreteContainer () const |
Protected Attributes | |
| int32 | ConstraintIndex |
Protected Attributes inherited from Chaos::FIndexedConstraintHandle | |
| int32 | ConstraintIndex |
Protected Attributes inherited from Chaos::FConstraintHandle | |
| FPBDConstraintContainer * | ConstraintContainer |
| Private::FPBDIslandConstraint * | GraphEdge |
Additional Inherited Members | |
Static Public Member Functions inherited from Chaos::FIndexedConstraintHandle | |
| static const FConstraintHandleTypeID & | StaticType () |
Static Public Member Functions inherited from Chaos::FConstraintHandle | |
| static const FConstraintHandleTypeID & | StaticType () |
| static const FConstraintHandleTypeID & | InvalidType () |
Utility base class for FIndexedConstraintHandles
| using Chaos::TIndexedContainerConstraintHandle< T_CONTAINER >::Base = FIndexedConstraintHandle |
| using Chaos::TIndexedContainerConstraintHandle< T_CONTAINER >::FConstraintContainer = T_CONTAINER |
| using Chaos::TIndexedContainerConstraintHandle< T_CONTAINER >::FGeometryParticleHandle = typename Base::FGeometryParticleHandle |
|
inline |
|
inline |
|
inlineprotected |
|
inlineprotected |
|
inlineoverridevirtual |
Implements Chaos::FConstraintHandle.
Reimplemented in Chaos::FPBDNullConstraintHandle.
|
inline |
|
inlineoverridevirtual |
Implements Chaos::FConstraintHandle.
Reimplemented in Chaos::FPBDNullConstraintHandle.
|
protected |