How can I access to "UAnimGraphNode_SequenceEvaluator" in animation graph

Hi All,

In UE4 source codes, I see there is a node called UAnimGraphNode_SequenceEvaluator which carries a useful run-time implementation letting users to set the time manually. It implements FAnimNode_SequenceEvaluator.

I couldn’t find a way to create this node in animation graph! How does this node called? By searching evaluate in anim graph nothing is showing up!

Thanks in advance for your answers