Navigation
API > API/Plugins > API/Plugins/TweeningUtilsEditor
Information for blending a map of curves and the keys in it to blend. Saves the old key values for the duration of the blend.
| Name | FContiguousKeyMapping |
| Type | struct |
| Header File | /Engine/Plugins/Animation/TweeningUtils/Source/TweeningUtilsEditor/Public/Math/ContiguousKeyMapping.h |
| Include Path | #include "Math/ContiguousKeyMapping.h" |
Syntax
struct FContiguousKeyMapping
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Math/ContiguousKeyMapping.h | |||
FContiguousKeyMapping
(
const FCurveEditor& InCurveEditor |
Math/ContiguousKeyMapping.h |
Structs
| Name | Remarks |
|---|---|
| FContiguousKeysArray | Holds the corresponding key handles for all the keys. |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| KeyMap | TMap< FCurveModelID, FContiguousKeysArray > | Math/ContiguousKeyMapping.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Append
(
const FCurveEditor& InCurveEditor, |
Appends keys from the given curve. | Math/ContiguousKeyMapping.h |