![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneBlenderSystemHelper.h>
Static Public Member Functions | |
| static void | ZeroAccumulationBuffer (TArrayView< TSimpleBlendResult< PropertyType > > Buffer) |
| static void | AccumulateResult (TSimpleBlendResult< PropertyType > &InOutValue, typename TCallTraits< PropertyType >::ParamType Contributor) |
| static PropertyType | BlendResult (const TSimpleBlendResult< PropertyType > &InResult) |
Traits class for knowing how to deal with a simply blended property type.
This is the default implementation which returns the average of all contributions.
|
inlinestatic |
Accumulate a value on top of already accumulated values
|
inlinestatic |
Get the final blended value
|
inlinestatic |
Reset accumulated values to their default