FStringCurve::SetKeyTime

Move a key to a new time.

Windows
MacOS
Linux

Override Hierarchy

FIndexedCurve::SetKeyTime()

FStringCurve::SetKeyTime()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Curves/StringCurve.h

Include

#include "Curves/StringCurve.h"

Source

/Engine/Source/Runtime/Engine/Private/Curves/StringCurve.cpp

Syntax

virtual void SetKeyTime
(
    FKeyHandle KeyHandle,
    float NewTime
)

Remarks

Move a key to a new time.

Parameters

Parameter

Description

KeyHandle

The handle of the key to change.

NewTime

The new time to set on the key.

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