Choose your operating system:
Windows
macOS
Linux
| FAnimNode_SequenceEvaluatorBase::GetTeleportToExplicitTime()
|
Module |
|
Header |
/Engine/Source/Runtime/AnimGraphRuntime/Public/AnimNodes/AnimNode_SequenceEvaluator.h |
Include |
#include "AnimNodes/AnimNode_SequenceEvaluator.h" |
Source |
/Engine/Source/Runtime/AnimGraphRuntime/Private/AnimNodes/AnimNode_SequenceEvaluator.cpp |
virtual bool GetTeleportToExplicitTime() const
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.