Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates > API/Runtime/Core/Templates/TJugglingRotation
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Templates/Sorting.h |
| Include | #include "Templates/Sorting.h" |
template<class T>
static void Rotate
&40;
T &42; First,
const int32 From,
const int32 To,
const int32 Amount
&41;
Remarks
Rotates array.
Parameters
| Name | Description |
|---|---|
| First | Pointer to the array. |
| From | Rotation starting point. |
| To | Rotation ending point. |
| Amount | Amount of steps to rotate. |