UInterpTrack::ConditionalUpdateTrack

Conditionally calls UpdateTrack depending on whether or not the track is enabled.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Matinee/InterpTrack.h"

Source

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

Syntax

virtual void ConditionalUpdateTrack
(
    float NewPosition,
    class UInterpTrackInst * TrInst,
    bool bJump
)

Remarks

Conditionally calls UpdateTrack depending on whether or not the track is enabled.

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