![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ConstraintsEvaluationGraph.h>
Public Attributes | |
| FGuid | ConstraintID |
| FConstraintTickFunction * | ConstraintTick = nullptr |
| int32 | NodeIndex = INDEX_NONE |
| int32 | ConstraintIndex = INDEX_NONE |
| TSet< uint32 > | Parents |
| TSet< uint32 > | Children |
| bool | bMarkedForEvaluation = false |
| bool | bEvaluating = false |
A structure that uniquely identifies a constraint within the evaluation graph
| TSet<uint32> FConstraintNode::Children |
| FGuid FConstraintNode::ConstraintID |
| int32 FConstraintNode::ConstraintIndex = INDEX_NONE |
| FConstraintTickFunction* FConstraintNode::ConstraintTick = nullptr |
| int32 FConstraintNode::NodeIndex = INDEX_NONE |
| TSet<uint32> FConstraintNode::Parents |