UInterpTrackMove::SetLookupKeyGroupName

Sets the lookup group name for a movement track keyframe.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Matinee/InterpTrackMove.h"

Source

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

Syntax

virtual void SetLookupKeyGroupName
(
    int32 KeyIndex,
    const FName & NewGroupName
)

Remarks

Sets the lookup group name for a movement track keyframe.

Parameters

Parameter

Description

KeyIndex

Index of the key to modify.

NewGroupName

Group name to set the keyframe's lookup group to.

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