FAnimMontageInstance::UpdateWeight

Montage Tick happens in 2 phases

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Animation/AnimMontage.h"

Source

/Engine/Source/Runtime/Engine/Private/Animation/AnimMontage.cpp

Syntax

void UpdateWeight
(
    float DeltaTime
)

Remarks

Montage Tick happens in 2 phases

first is to update weight of current montage only this will make sure that all nodes will get up-to-date weight information when update comes in for them

second is normal tick. This tick has to happen later when all node ticks to accumulate and update curve data/notifies/branching points

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