TJugglingRotation::Rotate

Rotates array.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Templates/Sorting.h

Include

#include "Templates/Sorting.h"

Syntax

template<class T>
static void Rotate
(
    T * First,
    const int32 From,
    const int32 To,
    const int32 Amount
)

Remarks

Rotates array.

Parameters

Parameter

Description

First

Pointer to the array.

From

Rotation starting point.

To

Rotation ending point.

Amount

Amount of steps to rotate.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss