Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UAnimInstance
Description
Get global weight in AnimGraph for this slot node. Note: this is the weight of the node, not the weight of any potential montage it is playing.
| Name | GetSlotNodeGlobalWeight |
| 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 |
float GetSlotNodeGlobalWeight
(
const FName & SlotNodeName
) const