UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::MovieScene::FIntegerBlendResult Struct Reference

#include <MovieScenePiecewiseIntegerBlenderSystem.h>

Public Attributes

int64 Total = 0
 
double Weight = 0.f
 

Detailed Description

Blend result struct that stores the cumulative sum of pre-weighted values, alongside the total weight

Member Data Documentation

◆ Total

int64 UE::MovieScene::FIntegerBlendResult::Total = 0

Cumulative sum of blend values pre-multiplied with each value's weight.

◆ Weight

double UE::MovieScene::FIntegerBlendResult::Weight = 0.f

Cumulative sum of weights.


The documentation for this struct was generated from the following file: