Navigation
API > API/Plugins > API/Plugins/UAFAnimGraph > API/Plugins/UAFAnimGraph/FEvaluateTraversalContext
Description
Appends a new task into the evaluation program, tasks mutate state in the order they have been appended in This means that child nodes need to evaluate first, tasks will usually be appended in IEvaluate::PostEvaluateTasks are moved into their final memory location, caller can allocate the task anywhere, it is no longer needed after this operation
| Name | AppendTask |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/TraitInterfaces/IEvaluate.h |
| Include Path | #include "TraitInterfaces/IEvaluate.h" |
template<class TaskType>
void AppendTask
(
TaskType && Task
)
See Also
-
FEvaluationTask