UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FSlotNodeWeightInfo Struct Reference

#include <AnimTypes.h>

Public Member Functions

 FSlotNodeWeightInfo ()
 
void Reset ()
 

Public Attributes

float SourceWeight
 
float SlotNodeWeight
 
float TotalNodeWeight
 

Detailed Description

Slot node weight information - this is transient data that is used by slot node

Constructor & Destructor Documentation

◆ FSlotNodeWeightInfo()

FSlotNodeWeightInfo::FSlotNodeWeightInfo ( )
inline

Member Function Documentation

◆ Reset()

void FSlotNodeWeightInfo::Reset ( )
inline

Member Data Documentation

◆ SlotNodeWeight

float FSlotNodeWeightInfo::SlotNodeWeight

Weight of Slot Node. Determined by Montages weight playing on this slot

◆ SourceWeight

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.

◆ TotalNodeWeight

float FSlotNodeWeightInfo::TotalNodeWeight

Total Weight of Slot Node. Determined by Montages weight playing on this slot, it can be more than 1


The documentation for this struct was generated from the following file: