Navigation
Unreal Engine C++ API Reference > Runtime > MovieSceneTracks > Systems
References
Module | MovieSceneTracks |
Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Systems/MovieScenePiecewiseDoubleBlenderSystem.h |
Include | #include "Systems/MovieScenePiecewiseDoubleBlenderSystem.h" |
Syntax
struct FBlendResult
Remarks
Blend result struct that stores the cumulative sum of pre-weighted values, alongside the total weight
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
double | Total | Cumulative sum of blend values pre-multiplied with each value's weight. |
![]() |
float | Weight | Cumulative sum of weights. |