Navigation
API > API/Runtime > API/Runtime/Chaos
Description
Prerequisites: The array must be sorted from StartIndex to EndIndex. The extra element won't be deallocated returns true if the element has been found and successfully deleted
| Name | Chaos::DeleteValueFromSortedSubArray |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/AABBTreeDirtyGridUtils.h |
| Include Path | #include "Chaos/AABBTreeDirtyGridUtils.h" |
namespace Chaos
{
bool Chaos::DeleteValueFromSortedSubArray
(
TArray < int32 > & Array,
int32 Value,
int32 StartIndex,
int32 Count
)
}