Navigation
API > API/Runtime > API/Runtime/Engine
One key in a curve of FNames.
| Name | FNameCurveKey |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Curves/NameCurve.h |
| Include Path | #include "Curves/NameCurve.h" |
Syntax
USTRUCT ()
struct FNameCurveKey
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. | Curves/NameCurve.h | ||
FNameCurveKey
(
float InTime, |
Creates and initializes a new instance. | Curves/NameCurve.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Time | float | Time at this key | Curves/NameCurve.h |
|
| Value | FName | Value at this key | Curves/NameCurve.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Serialize
(
FArchive& Ar |
Curves/NameCurve.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FNameCurveKey& Other |
Curves/NameCurve.h | ||
bool operator==
(
const FNameCurveKey& Other |
Curves/NameCurve.h |