Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Helpers
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGHelpers.h |
| Include | #include "Helpers/PCGHelpers.h" |
namespace PCGHelpers
{
template<typename T>
void PCGHelpers::ShiftArrayElements
(
TArrayView < T > Array,
int32 NumShifts
)
}
Remarks
Shifts the elements of an array a number of times.