![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneDecompositionQuery.h>
Public Member Functions | |
| FORCENOINLINE double | Normalize () const |
| FORCENOINLINE FAccumulatedWeightedValue & | AccumulateThis (const FWeightedValue &Other) |
| FORCENOINLINE FAccumulatedWeightedValue & | AccumulateThis (const FAccumulatedWeightedValue &Other) |
| FORCENOINLINE FAccumulatedWeightedValue | Accumulate (const FWeightedValue &Other) const |
| FORCENOINLINE FAccumulatedWeightedValue | Accumulate (const FAccumulatedWeightedValue &Other) const |
Public Attributes | |
| double | Total = 0.f |
| float | TotalWeight = 0.f |
Holds an accumulation of weighted values
|
inline |
Accumulates values
|
inline |
Accumulates values
|
inline |
Accumulates more values into this value
|
inline |
Accumulates more values into this value
|
inline |
Normalizes the total value by the total weight
| double UE::MovieScene::FAccumulatedWeightedValue::Total = 0.f |
Accumulated value
| float UE::MovieScene::FAccumulatedWeightedValue::TotalWeight = 0.f |
The total weight of all accumulated values