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