UMatineeTrackAnimControlHelper::PostCreateTrack

Uses the track-specific data object from PreCreateTrack to initialize the newly added Track.

Windows
MacOS
Linux

Override Hierarchy

UInterpTrackHelper::PostCreateTrack()

UMatineeTrackAnimControlHelper::PostCreateTrack()

References

Module

Matinee

Header

/Engine/Source/Editor/Matinee/Classes/MatineeTrackAnimControlHelper.h

Include

#include "MatineeTrackAnimControlHelper.h"

Source

/Engine/Source/Editor/Matinee/Private/MatineeTrackHelpers.cpp

Syntax

virtual void PostCreateTrack
(
    UInterpTrack * Track,
    bool bDuplicatingTrack,
    int32 TrackIndex
) const

Remarks

Uses the track-specific data object from PreCreateTrack to initialize the newly added Track.

Parameters

Parameter

Description

Track

Pointer to the track that was just created.

bDuplicatingTrack

Whether we are duplicating this track or creating a new one from scratch.

TrackIndex

The index of the Track that as just added. This is the index returned by InterpTracks.AddItem.

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