![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieScenePiecewiseDoubleBlenderSystem.h>
Public Attributes | |
| double | Total = 0.f |
| float | Weight = 0.f |
Blend result struct that stores the cumulative sum of pre-weighted values, alongside the total weight
| double UE::MovieScene::FBlendResult::Total = 0.f |
Cumulative sum of blend values pre-multiplied with each value's weight.
| float UE::MovieScene::FBlendResult::Weight = 0.f |
Cumulative sum of weights.