Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAnimMontageInstance
Description
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
| Name | UpdateWeight |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimMontage.h |
| Include Path | #include "Animation/AnimMontage.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimMontage.cpp |
void UpdateWeight
(
float DeltaTime
)