UInterpTrackBoolProp::PreviewUpdateTrack

Updates the instance of this track based on the new position. This is for editor preview.

Windows
MacOS
Linux

Override Hierarchy

UInterpTrack::PreviewUpdateTrack()

UInterpTrackBoolProp::PreviewUpdateTrack()

References

Module

Engine

Header

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

Include

#include "Matinee/InterpTrackBoolProp.h"

Source

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

Syntax

virtual void PreviewUpdateTrack
(
    float NewPosition,
    UInterpTrackInst * TrInst
)

Remarks

Updates the instance of this track based on the new position. This is for editor preview.

Parameters

Parameter

Description

NewPosition

The position of the track in the timeline.

TrackInst

The instance of this track to update.

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