Navigation
API > API/Runtime > API/Runtime/Constraints > API/Runtime/Constraints/FConstraintsEvaluationGraph
Description
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.
| Name | MarkForEvaluation |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Animation/Constraints/Public/ConstraintsEvaluationGraph.h |
| Include Path | #include "ConstraintsEvaluationGraph.h" |
| Source | /Engine/Source/Runtime/Experimental/Animation/Constraints/Private/ConstraintsEvaluationGraph.cpp |
void MarkForEvaluation
(
const TWeakObjectPtr < UTickableConstraint > & InConstraint
)