FAnimNode_SequenceEvaluator_Standalone::GetTeleportToExplicitTime

If true, teleport to explicit time, does NOT advance time (does not trigger notifies, does not extract Root Motion, etc.) If false, will advance time (will trigger notifies, extract root motion if applicable, etc.) Note: using a sync group forces advancing time regardless of what this option is set to.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FAnimNode_SequenceEvaluatorBase::GetTeleportToExplicitTime()

FAnimNode_SequenceEvaluator_Standalone::GetTeleportToExplicitTime()

References

Module

AnimGraphRuntime

Header

/Engine/Source/Runtime/AnimGraphRuntime/Public/AnimNodes/AnimNode_SequenceEvaluator.h

Include

#include "AnimNodes/AnimNode_SequenceEvaluator.h"

Syntax

virtual bool GetTeleportToExplicitTime() const

Remarks

If true, teleport to explicit time, does NOT advance time (does not trigger notifies, does not extract Root Motion, etc.) If false, will advance time (will trigger notifies, extract root motion if applicable, etc.) Note: using a sync group forces advancing time regardless of what this option is set to.