UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ArrayAlgorithm.h File Reference
#include "Chaos/Core.h"
#include "Containers/Array.h"

Go to the source code of this file.

Namespaces

namespace  Chaos
 

Functions

template<typename TItemArray >
void Chaos::MoveArrayItemsDown (TItemArray &Items, const int32 BeginIndex, const int32 EndIndex, const int32 DownShift)
 
template<typename TItemArray >
void Chaos::RemoveArrayItemsAtSortedIndices (TItemArray &Items, const TArrayView< const int32 > &SortedIndicesToRemove)