Navigation
API > API/Editor > API/Editor/CurveEditor
Generic key position information for a key on a curve
| Name | FKeyPosition |
| Type | struct |
| Header File | /Engine/Source/Editor/CurveEditor/Public/CurveDataAbstraction.h |
| Include Path | #include "CurveDataAbstraction.h" |
Syntax
USTRUCT ()
struct FKeyPosition
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FKeyPosition () |
CurveDataAbstraction.h | ||
FKeyPosition
(
double Input, |
CurveDataAbstraction.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| InputValue | double | The key's input (x-axis) position (i.e. it's time) | CurveDataAbstraction.h | |
| OutputValue | double | The key's output (t-axis) position (i.e. it's value) | CurveDataAbstraction.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FKeyPosition Transform
(
const FTransform2d& InTransform |
CurveDataAbstraction.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FKeyPosition& Other |
CurveDataAbstraction.h | ||
bool operator==
(
const FKeyPosition& Other |
CurveDataAbstraction.h |