FStringCurveKey

One key in a curve of FStrings.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Curves/StringCurve.h"

Syntax

struct FStringCurveKey

Remarks

One key in a curve of FStrings.

Variables

Name Description

Public variable

float

 

Time

Time at this key

Public variable

FString

 

Value

Value at this key

Constructors

Name Description

Public function

FStringCurveKey()

Default constructor.

Public function

FStringCurveKey

(
    float InTime,
    const FString& InValue
)

Creates and initializes a new instance.

Functions

Name Description

Public function

bool

 

Serialize

(
    FArchive& Ar
)

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FStringCurveKey& Other
)

Public function Const

bool

 

operator==

(
    const FStringCurveKey& Other
)

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