UInterpTrackBoolProp::RemoveKeyframe

Removes the given key from the array of keys in the track.

Windows
MacOS
Linux

Override Hierarchy

UInterpTrack::RemoveKeyframe()

UInterpTrackBoolProp::RemoveKeyframe()

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 RemoveKeyframe
(
    int32 KeyIndex
)

Remarks

Removes the given key from the array of keys in the track.

Parameters

Parameter

Description

KeyIndex

The index of the key to remove in this track's array of keys.

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