FAnimNode_Base::OnUpdatesSkipped

Called on a tracked ancestor node when there are [Update()](API\Runtime\Engine\Animation\FAnimNode_Base\Update) calls that were skipped due to pose caching.

Windows
MacOS
Linux

Override Hierarchy

FAnimNode_Base::OnUpdatesSkipped()

FAnimNode_Inertialization::OnUpdatesSkipped()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Animation/AnimNodeBase.h

Include

#include "Animation/AnimNodeBase.h"

Syntax

virtual void OnUpdatesSkipped
(
    TArrayView< const FAnimationUpdateContext * > SkippedUpdateContexts
)

Remarks

Called on a tracked ancestor node when there are Update() calls that were skipped due to pose caching. Your node must implement WantsSkippedUpdates to receive this callback.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss