Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks
Blend result struct that stores the cumulative sum of pre-weighted values, alongside the total weight
| Name | FIntegerBlendResult |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/Systems/MovieScenePiecewiseIntegerBlenderSystem.h |
| Include Path | #include "Systems/MovieScenePiecewiseIntegerBlenderSystem.h" |
Syntax
struct FIntegerBlendResult
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Total | int64 | Cumulative sum of blend values pre-multiplied with each value's weight. | Systems/MovieScenePiecewiseIntegerBlenderSystem.h | |
| Weight | double | Cumulative sum of weights. | Systems/MovieScenePiecewiseIntegerBlenderSystem.h |