UInterpTrack::EnableTrack

Enables this track and optionally, all subtracks.

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

void EnableTrack
(
    bool bInEnable,
    bool bPropagateToSubTracks
)

Remarks

Enables this track and optionally, all subtracks.

Parameters

Parameter

Description

bInEnable

True if the track should be enabled, false to disable

bPropagateToSubTracks

True to propagate the state to all subtracks

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