UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Chaos::TArrayCollectionArray< T > Member List

This is the complete list of members for Chaos::TArrayCollectionArray< T >, including all inherited members.

Add(ElementType &&Item)TArray< T >inline
Add(const ElementType &Item)TArray< T >inline
Add_GetRef(ElementType &&Item) UE_LIFETIMEBOUNDTArray< T >inline
Add_GetRef(const ElementType &Item) UE_LIFETIMEBOUNDTArray< T >inline
AddDefaulted()TArray< T >inline
AddDefaulted(SizeType Count)TArray< T >inline
AddDefaulted_GetRef() UE_LIFETIMEBOUNDTArray< T >inline
AddUninitialized()TArray< T >inline
AddUninitialized(SizeType Count)TArray< T >inline
AddUnique(ElementType &&Item)TArray< T >inline
AddUnique(const ElementType &Item)TArray< T >inline
AddZeroed()TArray< T >inline
AddZeroed(SizeType Count)TArray< T >inline
AddZeroed_GetRef() UE_LIFETIMEBOUNDTArray< T >inline
AllocatorInstanceTArray< T >protected
AllocatorType typedefTArray< T >
AllowShrinkOnRemoveChaos::TArrayCollectionArray< T >static
Append(const TArray< OtherElementType, OtherAllocatorType > &Source)TArray< T >inline
Append(TArray< OtherElementType, OtherAllocator > &&Source)TArray< T >inline
Append(RangeType &&Source)TArray< T >inline
Append(const ElementType *Ptr, SizeType Count)TArray< T >inline
Append(std::initializer_list< ElementType > InitList)TArray< T >inline
Append(const typename TContainerElementTypeCompatibility< ElementType >::CopyFromOtherType *Ptr, SizeType Count)TArray< T >inline
AppendHash(const FPlatformTypeLayoutParameters &LayoutParams, FSHA1 &Hasher)TArray< T >inlinestatic
ApplyShrinkPolicy(const float MaxSlackFraction, const int32 MinSlack) overrideChaos::TArrayCollectionArray< T >inlinevirtual
ArrayMaxTArray< T >protected
ArrayNumTArray< T >protected
begin()TArray< T >inline
begin() constTArray< T >inline
bHasIntrusiveUnsetOptionalStateTArray< T >static
BulkSerialize(FArchive &Ar, bool bForcePerElementSerialization=false)TArray< T >inline
CheckAddress(const ElementType *Addr) constTArray< T >inline
CheckInvariants() constTArray< T >inline
Clone()Chaos::TArrayCollectionArray< T >inline
Contains(const ComparisonType &Item) constTArray< T >inline
ContainsByPredicate(Predicate Pred) constTArray< T >inline
CopyUnfrozen(const FMemoryUnfreezeContent &Context, void *Dst) constTArray< T >inline
CountBytes(FArchive &Ar) constTArray< T >inline
CreateConstIterator() constTArray< T >inline
CreateIterator()TArray< T >inline
ElementAllocatorType typedefTArray< T >
ElementType typedefTArray< T >
Emplace(ArgsType &&... Args)TArray< T >inline
Emplace_GetRef(ArgsType &&... Args) UE_LIFETIMEBOUNDTArray< T >inline
EmplaceAt(SizeType Index, ArgsType &&... Args)TArray< T >inline
EmplaceAt_GetRef(SizeType Index, ArgsType &&... Args) UE_LIFETIMEBOUNDTArray< T >inline
Empty(SizeType Slack=0)TArray< T >inline
end()TArray< T >inline
end() constTArray< T >inline
Fill(const T &Value)Chaos::TArrayCollectionArray< T >inline
FilterByPredicate(Predicate Pred) constTArray< T >inline
Find(const ElementType &Item, SizeType &Index) constTArray< T >inline
Find(const ElementType &Item) constTArray< T >inline
FindByKey(const KeyType &Key)TArray< T >inline
FindByKey(const KeyType &Key) constTArray< T >inline
FindByPredicate(Predicate Pred)TArray< T >inline
FindByPredicate(Predicate Pred) constTArray< T >inline
FindItemByClass(SearchType **Item=nullptr, SizeType *ItemIndex=nullptr, SizeType StartIndex=0) constTArray< T >inline
FindLast(const ElementType &Item, SizeType &Index) constTArray< T >inline
FindLast(const ElementType &Item) constTArray< T >inline
FindLastByPredicate(Predicate Pred, SizeType Count) constTArray< T >inline
FindLastByPredicate(Predicate Pred) constTArray< T >inline
GetAllocatedSize(void) constTArray< T >inline
GetAllocatorInstance() constTArray< T >inline
GetAllocatorInstance()TArray< T >inline
GetData() UE_LIFETIMEBOUNDTArray< T >inline
GetData() const UE_LIFETIMEBOUNDTArray< T >inline
GetSlack() constTArray< T >inline
GetTypeSize()TArray< T >inlinestatic
Heapify(const PREDICATE_CLASS &Predicate)TArray< T >inline
Heapify()TArray< T >inline
HeapPop(ElementType &OutItem, const PREDICATE_CLASS &Predicate, EAllowShrinking AllowShrinking=UE::Core::Private::AllowShrinkingByDefault< AllocatorType >())TArray< T >inline
HeapPop(ElementType &OutItem, const PREDICATE_CLASS &Predicate, bool bAllowShrinking)TArray< T >inline
HeapPop(ElementType &OutItem, EAllowShrinking AllowShrinking=UE::Core::Private::AllowShrinkingByDefault< AllocatorType >())TArray< T >inline
HeapPop(ElementType &OutItem, bool bAllowShrinking)TArray< T >inline
HeapPopDiscard(const PREDICATE_CLASS &Predicate, EAllowShrinking AllowShrinking=UE::Core::Private::AllowShrinkingByDefault< AllocatorType >())TArray< T >inline
HeapPopDiscard(const PREDICATE_CLASS &Predicate, bool bAllowShrinking)TArray< T >inline
HeapPopDiscard(EAllowShrinking AllowShrinking=UE::Core::Private::AllowShrinkingByDefault< AllocatorType >())TArray< T >inline
HeapPopDiscard(bool bAllowShrinking)TArray< T >inline
HeapPush(ElementType &&InItem, const PREDICATE_CLASS &Predicate)TArray< T >inline
HeapPush(const ElementType &InItem, const PREDICATE_CLASS &Predicate)TArray< T >inline
HeapPush(ElementType &&InItem)TArray< T >inline
HeapPush(const ElementType &InItem)TArray< T >inline
HeapRemoveAt(SizeType Index, const PREDICATE_CLASS &Predicate, EAllowShrinking AllowShrinking=UE::Core::Private::AllowShrinkingByDefault< AllocatorType >())TArray< T >inline
HeapRemoveAt(SizeType Index, const PREDICATE_CLASS &Predicate, bool bAllowShrinking)TArray< T >inline
HeapRemoveAt(SizeType Index, EAllowShrinking AllowShrinking=UE::Core::Private::AllowShrinkingByDefault< AllocatorType >())TArray< T >inline
HeapRemoveAt(SizeType Index, bool bAllowShrinking)TArray< T >inline
HeapSort(const PREDICATE_CLASS &Predicate)TArray< T >inline
HeapSort()TArray< T >inline
HeapTop() const UE_LIFETIMEBOUNDTArray< T >inline
HeapTop() UE_LIFETIMEBOUNDTArray< T >inline
IndexOfByKey(const KeyType &Key) constTArray< T >inline
IndexOfByPredicate(Predicate Pred) constTArray< T >inline
Init(const ElementType &Element, SizeType Number)TArray< T >inline
Insert(std::initializer_list< ElementType > InitList, const SizeType InIndex)TArray< T >inline
Insert(const TArray< ElementType, OtherAllocator > &Items, const SizeType InIndex)TArray< T >inline
Insert(TArray< ElementType, OtherAllocator > &&Items, const SizeType InIndex)TArray< T >inline
Insert(const ElementType *Ptr, SizeType Count, SizeType Index)TArray< T >inline
Insert(ElementType &&Item, SizeType Index)TArray< T >inline
Insert(const ElementType &Item, SizeType Index)TArray< T >inline
Insert(const TArray< typename TContainerElementTypeCompatibility< ElementType >::CopyFromOtherType, OtherAllocator > &Items, const SizeType InIndex)TArray< T >inline
Insert(TArray< typename TContainerElementTypeCompatibility< ElementType >::CopyFromOtherType, OtherAllocator > &&Items, const SizeType InIndex)TArray< T >inline
Insert_GetRef(ElementType &&Item, SizeType Index) UE_LIFETIMEBOUNDTArray< T >inline
Insert_GetRef(const ElementType &Item, SizeType Index) UE_LIFETIMEBOUNDTArray< T >inline
InsertDefaulted(SizeType Index)TArray< T >inline
InsertDefaulted(SizeType Index, SizeType Count)TArray< T >inline
InsertDefaulted_GetRef(SizeType Index) UE_LIFETIMEBOUNDTArray< T >inline
InsertUninitialized(SizeType Index)TArray< T >inline
InsertUninitialized(SizeType Index, SizeType Count)TArray< T >inline
InsertZeroed(SizeType Index)TArray< T >inline
InsertZeroed(SizeType Index, SizeType Count)TArray< T >inline
InsertZeroed_GetRef(SizeType Index) UE_LIFETIMEBOUNDTArray< T >inline
IntrusiveUnsetOptionalStateType typedefTArray< T >
IsEmpty() constTArray< T >inline
IsValidIndex(SizeType Index) constTArray< T >inline
Last(SizeType IndexFromTheEnd=0) UE_LIFETIMEBOUNDTArray< T >inline
Last(SizeType IndexFromTheEnd=0) const UE_LIFETIMEBOUNDTArray< T >inline
Max() constTArray< T >inline
MoveToOtherArray(const int Idx, TArrayCollectionArrayBase &Other)Chaos::TArrayCollectionArray< T >inlinevirtual
Num() constTArray< T >inline
NumBytes() constTArray< T >inline
operator const TArray< typename TContainerElementTypeCompatibility< AliasElementType >::ReinterpretType, AllocatorType > &() constTArray< T >inline
operator TArray< typename TContainerElementTypeCompatibility< AliasElementType >::ReinterpretType, AllocatorType > &()TArray< T >inline
operator!=(const TArray &OtherArray) constTArray< T >inline
operator+=(TArray &&Other)TArray< T >inline
operator+=(const TArray &Other)TArray< T >inline
operator+=(std::initializer_list< ElementType > InitList)TArray< T >inline
operator=(TArrayCollectionArray< T > &&Other)Chaos::TArrayCollectionArray< T >inline
TArray< T >::operator=(std::initializer_list< T > InitList)TArray< T >inline
TArray< T >::operator=(const TArray< ElementType, OtherAllocatorType > &Other)TArray< T >inline
TArray< T >::operator=(const TArray &Other)TArray< T >inline
TArray< T >::operator=(const TArrayView< OtherElementType, OtherSizeType > &Other)TArray< T >
TArray< T >::operator=(TArray &&Other)TArray< T >inline
TArray< T >::operator=(TArray< typename TContainerElementTypeCompatibility< ElementType >::CopyFromOtherType, AllocatorType > &&Other)TArray< T >inline
TArray< T >::operator=(const TArray< typename TContainerElementTypeCompatibility< ElementType >::CopyFromOtherType, OtherAllocator > &Other)TArray< T >inline
operator==(FIntrusiveUnsetOptionalState Tag) constTArray< T >inline
operator==(const TArray &OtherArray) constTArray< T >inline
operator[](SizeType Index) UE_LIFETIMEBOUNDTArray< T >inline
operator[](SizeType Index) const UE_LIFETIMEBOUNDTArray< T >inline
Pop(EAllowShrinking AllowShrinking=UE::Core::Private::AllowShrinkingByDefault< AllocatorType >())TArray< T >inline
Pop(bool bAllowShrinking)TArray< T >inline
Push(ElementType &&Item)TArray< T >inline
Push(const ElementType &Item)TArray< T >inline
RangeCheck(SizeType Index) constTArray< T >inline
RangeCheck(SizeType Index, SizeType Count) constTArray< T >inline
RangedForConstIteratorType typedefTArray< T >
RangedForConstReverseIteratorType typedefTArray< T >
RangedForIteratorType typedefTArray< T >
RangedForReverseIteratorType typedefTArray< T >
rbegin()TArray< T >inline
rbegin() constTArray< T >inline
Remove(const ElementType &Item)TArray< T >inline
RemoveAll(const PREDICATE_CLASS &Predicate)TArray< T >inline
RemoveAllSwap(const PREDICATE_CLASS &Predicate, EAllowShrinking AllowShrinking=UE::Core::Private::AllowShrinkingByDefault< AllocatorType >())TArray< T >inline
RemoveAllSwap(const PREDICATE_CLASS &Predicate, bool bAllowShrinking)TArray< T >inline
RemoveAt(const int Idx, const int Count) overrideChaos::TArrayCollectionArray< T >inlinevirtual
TArray< T >::RemoveAt(SizeType Index, EAllowShrinking AllowShrinking=UE::Core::Private::AllowShrinkingByDefault< AllocatorType >())TArray< T >inline
TArray< T >::RemoveAt(SizeType Index, CountType Count, EAllowShrinking AllowShrinking=UE::Core::Private::AllowShrinkingByDefault< AllocatorType >())TArray< T >inline
TArray< T >::RemoveAt(SizeType Index, CountType Count, bool bAllowShrinking)TArray< T >inline
RemoveAtSwap(const int Idx) overrideChaos::TArrayCollectionArray< T >inlinevirtual
TArray< T >::RemoveAtSwap(SizeType Index, EAllowShrinking AllowShrinking=UE::Core::Private::AllowShrinkingByDefault< AllocatorType >())TArray< T >inline
TArray< T >::RemoveAtSwap(SizeType Index, CountType Count, EAllowShrinking AllowShrinking=UE::Core::Private::AllowShrinkingByDefault< AllocatorType >())TArray< T >inline
TArray< T >::RemoveAtSwap(SizeType Index, CountType Count, bool bAllowShrinking)TArray< T >inline
RemoveSingle(const ElementType &Item)TArray< T >inline
RemoveSingleSwap(const ElementType &Item, EAllowShrinking AllowShrinking=UE::Core::Private::AllowShrinkingByDefault< AllocatorType >())TArray< T >inline
RemoveSingleSwap(const ElementType &Item, bool bAllowShrinking)TArray< T >inline
RemoveSwap(const ElementType &Item, EAllowShrinking AllowShrinking=UE::Core::Private::AllowShrinkingByDefault< AllocatorType >())TArray< T >inline
RemoveSwap(const ElementType &Item, bool bAllowShrinking)TArray< T >inline
rend()TArray< T >inline
rend() constTArray< T >inline
Reserve(SizeType Number)TArray< T >inline
Reset(SizeType NewSize=0)TArray< T >inline
Resize(const int Num) overrideChaos::TArrayCollectionArray< T >inlinevirtual
SetNum(SizeType NewNum, EAllowShrinking AllowShrinking=UE::Core::Private::AllowShrinkingByDefault< AllocatorType >())TArray< T >inline
SetNum(SizeType NewNum, bool bAllowShrinking)TArray< T >inline
SetNumUninitialized(SizeType NewNum, EAllowShrinking AllowShrinking=UE::Core::Private::AllowShrinkingByDefault< AllocatorType >())TArray< T >inline
SetNumUninitialized(SizeType NewNum, bool bAllowShrinking)TArray< T >inline
SetNumUnsafeInternal(SizeType NewNum)TArray< T >inline
SetNumZeroed(SizeType NewNum, EAllowShrinking AllowShrinking=UE::Core::Private::AllowShrinkingByDefault< AllocatorType >())TArray< T >inline
SetNumZeroed(SizeType NewNum, bool bAllowShrinking)TArray< T >inline
Shrink()TArray< T >inline
SizeOfElem() const overrideChaos::TArrayCollectionArray< T >inlinevirtual
SizeType typedefTArray< T >
Sort()TArray< T >inline
Sort(const PREDICATE_CLASS &Predicate)TArray< T >inline
StableSort()TArray< T >inline
StableSort(const PREDICATE_CLASS &Predicate)TArray< T >inline
Swap(SizeType FirstIndexToSwap, SizeType SecondIndexToSwap)TArray< T >inline
SwapMemory(SizeType FirstIndexToSwap, SizeType SecondIndexToSwap)TArray< T >inline
TArray()TArray< T >inline
TArray(EConstEval)TArray< T >inlineexplicit
TArray(const ElementType *Ptr, SizeType Count)TArray< T >inline
TArray(const TArrayView< OtherElementType, OtherSizeType > &Other)TArray< T >explicit
TArray(std::initializer_list< T > InitList)TArray< T >inline
TArray(const TArray< OtherElementType, OtherAllocator > &Other)TArray< T >inlineexplicit
TArray(const TArray &Other)TArray< T >inline
TArray(const TArray &Other, SizeType ExtraSlack)TArray< T >inline
TArray(TArray &&Other)TArray< T >inline
TArray(TArray< OtherElementType, OtherAllocator > &&Other)TArray< T >inlineexplicit
TArray(TArray< OtherElementType, AllocatorType > &&Other, SizeType ExtraSlack)TArray< T >inline
TArray(FIntrusiveUnsetOptionalState Tag)TArray< T >inlineexplicit
TArray(const TArrayView< OtherElementType, OtherSizeType > &Other)TArray< T >
TArrayCollectionArray()Chaos::TArrayCollectionArray< T >inline
TArrayCollectionArray(const TArrayCollectionArray< T > &Other)=deleteChaos::TArrayCollectionArray< T >
TArrayCollectionArray(TArrayCollectionArray< T > &&Other)Chaos::TArrayCollectionArray< T >inlineexplicit
TArrayCollectionArray(TArray< T > &&Other)Chaos::TArrayCollectionArray< T >inline
TConstIterator typedefTArray< T >
TIterator typedefTArray< T >
Top() UE_LIFETIMEBOUNDTArray< T >inline
Top() const UE_LIFETIMEBOUNDTArray< T >inline
ToString(const FPlatformTypeLayoutParameters &LayoutParams, FMemoryToStringContext &OutContext) constTArray< T >inline
VerifyHeap(const PREDICATE_CLASS &Predicate)TArray< T >inline
WriteMemoryImage(FMemoryImageWriter &Writer) constTArray< T >inline
~TArray()TArray< T >inline
~TArrayCollectionArray()Chaos::TArrayCollectionArray< T >inlinevirtual