Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Curves
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Curves/SimpleCurve.h |
Include | #include "Curves/SimpleCurve.h" |
Syntax
struct FSimpleCurveKey
Remarks
One key in a rich, editable float curve
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
float | Time | Time at this key |
![]() |
float | Value | Value at this key |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FSimpleCurveKey
(
float InTime, |
Functions
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | operator!=
(
const FSimpleCurveKey& Other |
|
![]() ![]() |
bool | operator==
(
const FSimpleCurveKey& Other |