Navigation
API > API/Runtime > API/Runtime/Constraints
References
| Module | Constraints |
| Header | /Engine/Source/Runtime/Experimental/Animation/Constraints/Public/ConstraintsEvaluationGraph.h |
| Include | #include "ConstraintsEvaluationGraph.h" |
Syntax
struct FConstraintNode
Remarks
A structure that uniquely identifies a constraint within the evaluation graph
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bMarkedForEvaluation | Internal hierarchy representing dependencies at the nodes level (indices here represent the nodes' NodeIndex) | |
| TSet< uint32 > | Children | ||
| FGuid | ConstraintID | Constraint data | |
| int32 | ConstraintIndex | ||
| FConstraintTickFunction * | ConstraintTick | ||
| int32 | NodeIndex | Internal indices for quick navigation through the nodes and constraints data structures | |
| TSet< uint32 > | Parents | Internal hierarchy representing dependencies at the nodes level (indices here represent the nodes' NodeIndex) |