Navigation
API > API/Editor > API/Editor/CurveEditor
Information used to flatten tangent of a single key.
| Name | FSingleKeyMirrorData |
| Type | struct |
| Header File | /Engine/Source/Editor/CurveEditor/Public/Misc/Mirror/SingleKeyMirrorData.h |
| Include Path | #include "Misc/Mirror/SingleKeyMirrorData.h" |
Syntax
struct FSingleKeyMirrorData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSingleKeyMirrorData
(
FKeyHandle InCenterKey, |
Misc/Mirror/SingleKeyMirrorData.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AnchorKeySide | ESide | Indicates the neighbor of the interpolated key with which the base interpolation distance initialized | Misc/Mirror/SingleKeyMirrorData.h | |
| CenterKey | FKeyHandle | The center key, which is being moved. | Misc/Mirror/SingleKeyMirrorData.h | |
| InitialDistanceToAnchorPoint | double | The distance the center key had to the anchor key, when the data was initialized | Misc/Mirror/SingleKeyMirrorData.h | |
| NeighborData | FKeyNeighborData | Info about the key's neighbor hood. Used to compute the mirror value. | Misc/Mirror/SingleKeyMirrorData.h | |
| TangentMirrorData | FCurveTangentMirrorData | The data used to interpolate the key | Misc/Mirror/SingleKeyMirrorData.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FKeyHandle GetKeyHandle() |
Misc/Mirror/SingleKeyMirrorData.h |