FStringCurve::GetKeyValue

Get the value for the Key with the specified index.

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

FString GetKeyValue
(
    FKeyHandle KeyHandle
) const

Remarks

Get the value for the Key with the specified index.

Returns

The key's value.

Parameters

Parameter

Description

KeyHandle

Handle to the key whose value to get.

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