Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UAnimInstance
Description
Get local weight of any montages this slot node is playing. If this slot is not currently playing a montage, it will return 0.
| Name | Blueprint_GetSlotMontageLocalWeight |
| 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",
Meta=(BlueprintThreadSafe, DisplayName="GetSlotLocalWeight"))
float Blueprint_GetSlotMontageLocalWeight
(
FName SlotNodeName
) const