MovieSceneHelpers::CalculateWeightForBlending

Get weight needed to modify the global difference in order to correctly key this section due to it possibly being blended by other sections.

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/MovieSceneCommonHelpers.h

Include

#include "MovieSceneCommonHelpers.h"

Source

/Engine/Source/Runtime/MovieScene/Private/MovieSceneCommonHelpers.cpp

Syntax

static float CalculateWeightForBlending
(
    UMovieSceneSection * SectionToKey,
    FFrameNumber Time
)

Remarks

Get weight needed to modify the global difference in order to correctly key this section due to it possibly being blended by other sections.

Returns

Returns the weight that needs to be applied to the global difference to correctly key this section.

Parameters

Parameter

Description

Section

The Section who's weight we are calculating.

Time

we are at.

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