FStringCurve::SetKeyValue

Assign a new value to a key.

Windows
MacOS
Linux

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

void SetKeyValue
(
    FKeyHandle KeyHandle,
    FString NewValue
)

Remarks

Assign a new value to a key.

Parameters

Parameter

Description

KeyHandle

The handle of the key to change.

NewTime

The new value 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