UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FConstraintNode Struct Reference

#include <ConstraintsEvaluationGraph.h>

Public Attributes

FGuid ConstraintID
 
FConstraintTickFunctionConstraintTick = nullptr
 
int32 NodeIndex = INDEX_NONE
 
int32 ConstraintIndex = INDEX_NONE
 
TSet< uint32Parents
 
TSet< uint32Children
 
bool bMarkedForEvaluation = false
 
bool bEvaluating = false
 

Detailed Description

A structure that uniquely identifies a constraint within the evaluation graph

Member Data Documentation

◆ bEvaluating

bool FConstraintNode::bEvaluating = false

◆ bMarkedForEvaluation

bool FConstraintNode::bMarkedForEvaluation = false

◆ Children

TSet<uint32> FConstraintNode::Children

◆ ConstraintID

FGuid FConstraintNode::ConstraintID

◆ ConstraintIndex

int32 FConstraintNode::ConstraintIndex = INDEX_NONE

◆ ConstraintTick

FConstraintTickFunction* FConstraintNode::ConstraintTick = nullptr

◆ NodeIndex

int32 FConstraintNode::NodeIndex = INDEX_NONE

◆ Parents

TSet<uint32> FConstraintNode::Parents

The documentation for this struct was generated from the following file: