Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | FLinearCurve |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Curve.h |
| Include Path | #include "Chaos/Curve.h" |
Syntax
class FLinearCurve
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLinearCurve () |
Chaos/Curve.h | ||
FLinearCurve
(
std::initializer_list< FCurveKey > InKeys |
Chaos/Curve.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Keys | TArray< FCurveKey > | Chaos/Curve.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float Eval
(
float InTime |
Evaluate the curve at a given time using simple linear interpolation. | Chaos/Curve.h | |
int32 GetNumKeys() |
Chaos/Curve.h | ||
bool Serialize
(
FArchive& Ar |
Chaos/Curve.h |