FAnimUpdateRateParameters::SetLookAheadMode

Set parameters and verify inputs for Lookahead mode, which handles Root Motion

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h

Include

#include "Engine/EngineTypes.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/SkinnedMeshComponent.cpp

Syntax

void SetLookAheadMode
(
    float DeltaTime,
    uint8 UpdateRateShift,
    float LookAheadAmount
)

Remarks

Set parameters and verify inputs for Lookahead mode, which handles Root Motion

Parameters

Parameter

Description

  1. Shift our update frames so that updates across all skinned components are staggered

  1. Amount of time to look ahead and predict movement

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