![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Sorting.h>
Static Public Member Functions | |
| template<class T > | |
| static void | Rotate (T *First, const int32 From, const int32 To, const int32 Amount) |
Array rotation using juggling technique.
@template_param TGCDPolicy Policy for calculating greatest common divisor.
|
inlinestatic |
Rotates array.
| First | Pointer to the array. |
| From | Rotation starting point. |
| To | Rotation ending point. |
| Amount | Amount of steps to rotate. |