Navigation
API > API/Editor > API/Editor/CurveEditor
| Name | FMirrorableTangentInfo |
| Type | struct |
| Header File | /Engine/Source/Editor/CurveEditor/Public/Misc/Mirror/MultiCurveMirrorUtils.h |
| Include Path | #include "Misc/Mirror/MultiCurveMirrorUtils.h" |
Syntax
struct FMirrorableTangentInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| InitialAttributes | TArray< FKeyAttributes > | The attributes corresponding to each of MirrorableKeys. | Misc/Mirror/MultiCurveMirrorUtils.h | |
| KeyHeights | TArray< double > | The FKeyPosition::OutputValue corresponding to each of MirrableKeys. | Misc/Mirror/MultiCurveMirrorUtils.h | |
| MirrorableKeys | TArray< FKeyHandle > | Keys that can be mirrored, i.e. have RCTM_User or RCTM_Break mode. | Misc/Mirror/MultiCurveMirrorUtils.h | |
| Tangents | TArray< FVector2D > | The tangents corresponding to each of MirrorableKeys. | Misc/Mirror/MultiCurveMirrorUtils.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool HasData() |
Misc/Mirror/MultiCurveMirrorUtils.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
Misc/Mirror/MultiCurveMirrorUtils.h |