UMatineeTrackEventHelper::PreCreateKeyframe

Checks track-dependent criteria prior to adding a new keyframe.

Windows
MacOS
Linux

Override Hierarchy

UInterpTrackHelper::PreCreateKeyframe()

UMatineeTrackEventHelper::PreCreateKeyframe()

References

Module

Matinee

Header

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

Include

#include "MatineeTrackEventHelper.h"

Source

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

Syntax

virtual bool PreCreateKeyframe
(
    UInterpTrack * Track,
    float KeyTime
) const

Remarks

Checks track-dependent criteria prior to adding a new keyframe. Responsible for any message-boxes or dialogs for selecting key-specific parameters. Optionally creates/references a key-specific data object to be used in PostCreateKeyframe.

Returns

Returns true if this key can be created and false if some criteria is not met (i.e. No related item selected in browser).

Parameters

Parameter

Description

Track

Pointer to the currently selected track.

KeyTime

The time that this Key becomes active.

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