FBlendResult

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

Windows
MacOS
Linux

References

Module

MovieSceneTracks

Header

/Engine/Source/Runtime/MovieSceneTracks/Public/Systems/MovieScenePiecewiseFloatBlenderSystem.h

Include

#include "Systems/MovieScenePiecewiseFloatBlenderSystem.h"

Syntax

struct FBlendResult

Remarks

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

Variables

Name Description

Public variable

float

 

Total

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

Public variable

float

 

Weight

Cumulative sum of weights.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss