Navigation
Unreal Engine C++ API Reference > Editor > CurveEditor
References
Module | CurveEditor |
Header | /Engine/Source/Editor/CurveEditor/Public/CurveDataAbstraction.h |
Include | #include "CurveDataAbstraction.h" |
Syntax
struct FKeyPosition
Remarks
Generic key position information for a key on a curve
Variables
Type | Name | Description |
---|---|---|
double | InputValue | The key's input (x-axis) position (i.e. it's time) |
double | OutputValue | The key's output (t-axis) position (i.e. it's value) |
Constructors
Type | Name | Description |
---|---|---|
FKeyPosition () | ||
FKeyPosition ( double Input, double Output ) |