Navigation
API > API/Runtime > API/Runtime/Constraints > API/Runtime/Constraints/FConstraintsEvaluationGraph
References
| Module | Constraints |
| Header | /Engine/Source/Runtime/Experimental/Animation/Constraints/Public/ConstraintsEvaluationGraph.h |
| Include | #include "ConstraintsEvaluationGraph.h" |
| Source | /Engine/Source/Runtime/Experimental/Animation/Constraints/Private/ConstraintsEvaluationGraph.cpp |
void MarkForEvaluation
(
const TWeakObjectPtr< UTickableConstraint > & InConstraint
)
Remarks
Marks the constraint for evaluation. Note that it will only be evaluated after FlushPendingEvaluations has been called. This makes it possible to tag several constraints and evaluate the graph only once.