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

#include <MovieScenePiecewiseDoubleBlenderSystem.h>

Public Attributes

double Total = 0.f
 
float 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

double UE::MovieScene::FBlendResult::Total = 0.f

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

◆ Weight

float UE::MovieScene::FBlendResult::Weight = 0.f

Cumulative sum of weights.


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