Navigation
API > API/Plugins > API/Plugins/TweeningUtilsEditor
Unbroken chain of keys.
| |
|
| Name |
FContiguousKeys |
| Type |
struct |
| Header File |
/Engine/Plugins/Animation/TweeningUtils/Source/TweeningUtilsEditor/Public/Math/ContiguousKeyMapping.h |
| Include Path |
#include "Math/ContiguousKeyMapping.h" |
Syntax
struct FContiguousKeys
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FContiguousKeys
(
const TArray< FVector2d >& InAllKeyPositions,
const TArray< int32 >& InContiguousKeyIndices
)
|
|
Math/ContiguousKeyMapping.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Indices |
const TArray< int32 > |
Indices of keys to blend |
Math/ContiguousKeyMapping.h |
|
| NextIndex |
const int32 |
The index of the key after Indidces' last element. INDEX_NONE if there is no next key. |
Math/ContiguousKeyMapping.h |
|
| PreviousIndex |
const int32 |
The index of the key before Indices[0]. INDEX_NONE if there is no previous key. |
Math/ContiguousKeyMapping.h |
|
Functions
Public