UInterpGroup::UpdateGroup

Iterate over all InterpTracks in this [UInterpGroup](API\Runtime\Engine\Matinee\UInterpGroup), doing any actions to bring the state to the specified time.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Matinee/InterpGroup.h

Include

#include "Matinee/InterpGroup.h"

Source

/Engine/Source/Runtime/Engine/Private/Interpolation.cpp

Syntax

virtual void UpdateGroup
(
    float NewPosition,
    class UInterpGroupInst * GrInst,
    bool bPreview,
    bool bJump
)

Remarks

Iterate over all InterpTracks in this UInterpGroup, doing any actions to bring the state to the specified time.

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