Choose your operating system:
Windows
macOS
Linux
| FAnimNode_Base::NeedsDynamicReset()
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Animation/AnimNodeBase.h |
Include |
#include "Animation/AnimNodeBase.h" |
virtual bool NeedsDynamicReset() const
For nodes that implement some kind of simulation, return true here so ResetDynamics() gets called when things like teleports, time skips etc. occur that might require special handling.
that this is called at load on the UAnimInstance CDO to avoid needing to call this at runtime. This is called on the game thread.