Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Curves
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
| Type | Name | Description | |
|---|---|---|---|
| float | Time | Time at this key | |
| FString | Value | Value at this key |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor. | |||
FStringCurveKey
(
float InTime, |
Creates and initializes a new instance. |
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FStringCurveKey& Other |
||
| bool | operator==
(
const FStringCurveKey& Other |