UMatineeTrackDirectorHelper::PostCreateKeyframe

Uses the key-specific data object from PreCreateKeyframe to initialize the newly added key.

Windows
MacOS
Linux

Override Hierarchy

UInterpTrackHelper::PostCreateKeyframe()

UMatineeTrackDirectorHelper::PostCreateKeyframe()

References

Module

Matinee

Header

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

Include

#include "MatineeTrackDirectorHelper.h"

Source

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

Syntax

virtual void PostCreateKeyframe
(
    UInterpTrack * Track,
    int32 KeyIndex
) const

Remarks

Uses the key-specific data object from PreCreateKeyframe to initialize the newly added key.

Parameters

Parameter

Description

Track

Pointer to the currently selected track.

KeyIndex

The index of the keyframe that as just added. This is the index returned by AddKeyframe.

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