Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Systems
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Systems/WeightAndEasingEvaluatorSystem.h |
| Include | #include "Systems/WeightAndEasingEvaluatorSystem.h" |
Syntax
struct FHierarchicalEasingChannelData
Remarks
Computation data used for accumulating hierarchical weights for sub sequences
Variables
| Type | Name | Description | |
|---|---|---|---|
| EHierarchicalBlendMode | BlendMode | ||
| double | FinalResult | The final result of this easing channel, accumulated with all parents | |
| int16 | HBias | This channel's HBias | |
| uint16 | ParentChannel | Our parent's computation data within PreAllocatedComputationData (in order to support one -> many multiplications). | |
| uint16 | ResultChannel | An optional result channel to feed our result to (in order to support many -> one multiplications) | |
| double | UnaccumulatedResult | Initial easing result from manual and easing weights, not accumulated with all parents |