Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/EvaluationVM > API/Plugins/AnimNext/EvaluationVM/FEvaluationProgram
References
| Module | AnimNext |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/EvaluationVM/EvaluationProgram.h |
| Include | #include "EvaluationVM/EvaluationProgram.h" |
template<class TaskType>
void AppendTask
(
TaskType && Task
)
Remarks
Appends a new task into the 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::PostEvaluate Tasks are moved into their final memory location, caller can allocate the task anywhere, it is no longer needed after this operation