Navigation
API > API/Plugins > API/Plugins/TweeningUtilsEditor > API/Plugins/TweeningUtilsEditor/FContiguousKeyMapping
Holds the corresponding key handles for all the keys.
| Name | FContiguousKeysArray |
| Type | struct |
| Header File | /Engine/Plugins/Animation/TweeningUtils/Source/TweeningUtilsEditor/Public/Math/ContiguousKeyMapping.h |
| Include Path | #include "Math/ContiguousKeyMapping.h" |
Syntax
struct FContiguousKeysArray : public UE::TweeningUtilsEditor::FBlendRangesData
Inheritance Hierarchy
- FBlendRangesData → FContiguousKeyMapping::FContiguousKeysArray
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FContiguousKeysArray
(
const TArray< FKeyHandle >& InAllKeyHandles, |
Math/ContiguousKeyMapping.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AllKeyHandles | const TArray< FKeyHandle > | Math/ContiguousKeyMapping.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddBlendRange
(
const TArray< int32 >& ContiguousKeyIndices |
Math/ContiguousKeyMapping.h |