Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimInstance.h |
Include | #include "Animation/AnimInstance.h" |
Syntax
struct FMontageActiveSlotTracker
Remarks
Tracks state of active slot nodes in the graph
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bIsRelevantThisTick | Is the montage slot part of the active graph this tick. |
![]() |
bool | bWasRelevantOnPreviousTick | Was the montage slot part of the active graph last tick. |
![]() |
float | MontageLocalWeight | Local weight of Montages being played (local to the slot node) |
![]() |
float | NodeGlobalWeight | Global weight of this slot node |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |