![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AnimTypes.h>
Public Member Functions | |
| FSlotNodeWeightInfo () | |
| void | Reset () |
Public Attributes | |
| float | SourceWeight |
| float | SlotNodeWeight |
| float | TotalNodeWeight |
Slot node weight information - this is transient data that is used by slot node
|
inline |
|
inline |
| float FSlotNodeWeightInfo::SlotNodeWeight |
Weight of Slot Node. Determined by Montages weight playing on this slot
| float FSlotNodeWeightInfo::SourceWeight |
Weight of Source Branch. This is the weight of the input pose coming from children. This is different than (1.f - SourceWeight) since the Slot can play additive animations, which are overlayed on top of the source pose.
| float FSlotNodeWeightInfo::TotalNodeWeight |
Total Weight of Slot Node. Determined by Montages weight playing on this slot, it can be more than 1