Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FIndexedCurve
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ShiftCurve
(
float DeltaTime |
Shifts all keys forwards or backwards in time by an even amount, preserving order | Curves/IndexedCurve.h | |
void ShiftCurve
(
float DeltaTime, |
Curves/IndexedCurve.h |
ShiftCurve(float)
Description
Shifts all keys forwards or backwards in time by an even amount, preserving order
| Name | ShiftCurve |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Curves/IndexedCurve.h |
| Include Path | #include "Curves/IndexedCurve.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Curves/IndexedCurve.cpp |
void ShiftCurve
(
float DeltaTime
)
ShiftCurve(float, const TSet< FKeyHandle > &)
| Name | ShiftCurve |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Curves/IndexedCurve.h |
| Include Path | #include "Curves/IndexedCurve.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Curves/IndexedCurve.cpp |
void ShiftCurve
(
float DeltaTime,
const TSet< FKeyHandle > & KeyHandles
)