Navigation
API > API/Editor > API/Editor/CurveEditor
Information about a center key and its neighbor's heights.
| Name | FKeyNeighborData |
| Type | struct |
| Header File | /Engine/Source/Editor/CurveEditor/Public/Misc/Mirror/SingleKeyMirrorData.h |
| Include Path | #include "Misc/Mirror/SingleKeyMirrorData.h" |
Syntax
struct FKeyNeighborData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CenterInitialHeight | double | Height of the key in the center. | Misc/Mirror/SingleKeyMirrorData.h | |
| LeftKeyHeight | TOptional< double > | Height of the key to the left of the center key. | Misc/Mirror/SingleKeyMirrorData.h | |
| RightKeyHeight | TOptional< double > | Height of the key to the right of the center key. | Misc/Mirror/SingleKeyMirrorData.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Misc/Mirror/SingleKeyMirrorData.h | |||
bool IsEmpty() |
Misc/Mirror/SingleKeyMirrorData.h |