Navigation
API > API/Runtime > API/Runtime/Chaos
Base class for constraints that are allocated at permanent memory addresses and inherit the handle.
| Name | TIntrusiveConstraintHandle |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ConstraintHandle.h |
| Include Path | #include "Chaos/ConstraintHandle.h" |
Syntax
template<typename T_CONSTRAINT>
class TIntrusiveConstraintHandle : public Chaos::FIntrusiveConstraintHandle
Inheritance Hierarchy
- FConstraintHandle → FIntrusiveConstraintHandle → TIntrusiveConstraintHandle
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TIntrusiveConstraintHandle() |
Chaos/ConstraintHandle.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FConstraint | T_CONSTRAINT | Chaos/ConstraintHandle.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FConstraint * GetConstraint () |
Chaos/ConstraintHandle.h | ||
const FConstraint * GetConstraint () |
Chaos/ConstraintHandle.h | ||
void SetContainer
(
FPBDConstraintContainer* InContainer |
Chaos/ConstraintHandle.h |