Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/AnimTypes.h |
| Include | #include "Animation/AnimTypes.h" |
Syntax
struct FSlotNodeWeightInfo
Remarks
Slot node weight information - this is transient data that is used by slot node
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | SlotNodeWeight | Weight of Slot Node. Determined by Montages weight playing on this slot | |
| float | SourceWeight | Weight of Source Branch. | |
| float | TotalNodeWeight | Total Weight of Slot Node. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Reset () |