Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UAnimInstance
Description
Stops the animation montage. If reference is NULL, it will stop ALL active montages. Stopped montages will blend out using their montage asset's BlendOut, with InBlendOutTime as the BlendTime
| Name | Montage_Stop |
| 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 (BlueprintCallable, Category="Animation|Montage")
void Montage_Stop
(
float InBlendOutTime,
const UAnimMontage * Montage
)