UInterpTrackAnimControl::CropKeyAtPosition

Crops the key at the position specified, by deleting the area of the key before or after the position.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackAnimControl.h

Include

#include "Matinee/InterpTrackAnimControl.h"

Source

/Engine/Source/Runtime/Engine/Private/Interpolation.cpp

Syntax

int32 CropKeyAtPosition
(
    float InPosition,
    bool bCutAreaBeforePosition
)

Remarks

Crops the key at the position specified, by deleting the area of the key before or after the position.

Returns

Returns the index of the key that was cropped.

Parameters

Parameter

Description

InPosition

Position to use as a crop point.

bCutAreaBeforePosition

Whether we should delete the area of the key before the position specified or after.

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