Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UAnimInstance
Description
Get the current blend time of the Montage. If Montage reference is NULL, it will return the current blend time on the first active Montage found.
| Name | Montage_GetBlendTime |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimInstance.h |
| Include Path | #include "Animation/AnimInstance.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimInstance.cpp |
UFUNCTION (BlueprintPure, Category="Animation|Montage")
float Montage_GetBlendTime
(
const UAnimMontage * Montage
) const