Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TArray< InElementType, InAllocatorType > Member List

This is the complete list of members for TArray< InElementType, InAllocatorType >, including all inherited members.

Add(ElementType &&Item)TArray< InElementType, InAllocatorType >inline
Add(const ElementType &Item)TArray< InElementType, InAllocatorType >inline
Add_GetRef(ElementType &&Item)TArray< InElementType, InAllocatorType >inline
Add_GetRef(const ElementType &Item)TArray< InElementType, InAllocatorType >inline
AddDefaulted()TArray< InElementType, InAllocatorType >inline
AddDefaulted(SizeType Count)TArray< InElementType, InAllocatorType >inline
AddDefaulted_GetRef()TArray< InElementType, InAllocatorType >inline
AddUninitialized()TArray< InElementType, InAllocatorType >inline
AddUninitialized(SizeType Count)TArray< InElementType, InAllocatorType >inline
AddUnique(ElementType &&Item)TArray< InElementType, InAllocatorType >inline
AddUnique(const ElementType &Item)TArray< InElementType, InAllocatorType >inline
AddUniqueImpl(ArgsType &&Args)TArray< InElementType, InAllocatorType >inlineprivate
AddZeroed()TArray< InElementType, InAllocatorType >inline
AddZeroed(SizeType Count)TArray< InElementType, InAllocatorType >inline
AddZeroed_GetRef()TArray< InElementType, InAllocatorType >inline
Allocator typedefTArray< InElementType, InAllocatorType >
AllocatorCalculateSlackGrow(SizeType CurrentArrayNum, SizeType NewArrayMax)TArray< InElementType, InAllocatorType >inlineprivate
AllocatorCalculateSlackReserve(SizeType NewArrayMax)TArray< InElementType, InAllocatorType >inlineprivate
AllocatorCalculateSlackShrink(SizeType CurrentArrayNum, SizeType NewArrayMax)TArray< InElementType, InAllocatorType >inlineprivate
AllocatorInstanceTArray< InElementType, InAllocatorType >protected
AllocatorResizeAllocation(SizeType CurrentArrayNum, SizeType NewArrayMax)TArray< InElementType, InAllocatorType >inlineprivate
AllocatorType typedefTArray< InElementType, InAllocatorType >
Append(const TArray< OtherElementType, OtherAllocatorType > &Source)TArray< InElementType, InAllocatorType >inline
Append(TArray< OtherElementType, OtherAllocator > &&Source)TArray< InElementType, InAllocatorType >inline
Append(RangeType &&Source)TArray< InElementType, InAllocatorType >inline
Append(const ElementType *Ptr, SizeType Count)TArray< InElementType, InAllocatorType >inline
Append(std::initializer_list< ElementType > InitList)TArray< InElementType, InAllocatorType >inline
Append(const typename TContainerElementTypeCompatibility< ElementType >::CopyFromOtherType *Ptr, SizeType Count)TArray< InElementType, InAllocatorType >inline
AppendHash(const FPlatformTypeLayoutParameters &LayoutParams, FSHA1 &Hasher)TArray< InElementType, InAllocatorType >inlinestatic
ArrayMaxTArray< InElementType, InAllocatorType >protected
ArrayNumTArray< InElementType, InAllocatorType >protected
begin()TArray< InElementType, InAllocatorType >inline
begin() constTArray< InElementType, InAllocatorType >inline
CheckAddress(const ElementType *Addr) constTArray< InElementType, InAllocatorType >inline
CheckInvariants() constTArray< InElementType, InAllocatorType >inline
Contains(const ComparisonType &Item) constTArray< InElementType, InAllocatorType >inline
ContainsByPredicate(Predicate Pred) constTArray< InElementType, InAllocatorType >inline
CopyToEmpty(const OtherElementType *OtherData, OtherSizeType OtherNum, SizeType PrevMax)TArray< InElementType, InAllocatorType >inlineprivate
CopyToEmptyWithSlack(const OtherElementType *OtherData, OtherSizeType OtherNum, SizeType PrevMax, SizeType ExtraSlack)TArray< InElementType, InAllocatorType >inlineprivate
CopyUnfrozen(const FMemoryUnfreezeContent &Context, void *Dst) constTArray< InElementType, InAllocatorType >inline
CountBytes(FArchive &Ar) constTArray< InElementType, InAllocatorType >inline
CreateConstIterator() constTArray< InElementType, InAllocatorType >inline
CreateIterator()TArray< InElementType, InAllocatorType >inline
ElementAllocatorType typedefTArray< InElementType, InAllocatorType >
ElementType typedefTArray< InElementType, InAllocatorType >
Emplace(ArgsType &&... Args)TArray< InElementType, InAllocatorType >inline
Emplace_GetRef(ArgsType &&... Args)TArray< InElementType, InAllocatorType >inline
EmplaceAt(SizeType Index, ArgsType &&... Args)TArray< InElementType, InAllocatorType >inline
EmplaceAt_GetRef(SizeType Index, ArgsType &&... Args)TArray< InElementType, InAllocatorType >inline
Empty(SizeType Slack=0)TArray< InElementType, InAllocatorType >inline
end()TArray< InElementType, InAllocatorType >inline
end() constTArray< InElementType, InAllocatorType >inline
FilterByPredicate(Predicate Pred) constTArray< InElementType, InAllocatorType >inline
Find(const ElementType &Item, SizeType &Index) constTArray< InElementType, InAllocatorType >inline
Find(const ElementType &Item) constTArray< InElementType, InAllocatorType >inline
FindByKey(const KeyType &Key) constTArray< InElementType, InAllocatorType >inline
FindByKey(const KeyType &Key)TArray< InElementType, InAllocatorType >inline
FindByPredicate(Predicate Pred) constTArray< InElementType, InAllocatorType >inline
FindByPredicate(Predicate Pred)TArray< InElementType, InAllocatorType >inline
FindItemByClass(SearchType **Item=nullptr, SizeType *ItemIndex=nullptr, SizeType StartIndex=0) constTArray< InElementType, InAllocatorType >inline
FindLast(const ElementType &Item, SizeType &Index) constTArray< InElementType, InAllocatorType >inline
FindLast(const ElementType &Item) constTArray< InElementType, InAllocatorType >inline
FindLastByPredicate(Predicate Pred, SizeType Count) constTArray< InElementType, InAllocatorType >inline
FindLastByPredicate(Predicate Pred) constTArray< InElementType, InAllocatorType >inline
GetAllocatedSize(void) constTArray< InElementType, InAllocatorType >inline
GetAllocatorInstance() constTArray< InElementType, InAllocatorType >inline
GetAllocatorInstance()TArray< InElementType, InAllocatorType >inline
GetData() UE_LIFETIMEBOUNDTArray< InElementType, InAllocatorType >inline
GetData() const UE_LIFETIMEBOUNDTArray< InElementType, InAllocatorType >inline
GetSlack() constTArray< InElementType, InAllocatorType >inline
GetTypeSize()TArray< InElementType, InAllocatorType >inlinestatic
Heapify(const PREDICATE_CLASS &Predicate)TArray< InElementType, InAllocatorType >inline
Heapify()TArray< InElementType, InAllocatorType >inline
HeapPop(ElementType &OutItem, const PREDICATE_CLASS &Predicate, bool bAllowShrinking=true)TArray< InElementType, InAllocatorType >inline
HeapPop(ElementType &OutItem, bool bAllowShrinking=true)TArray< InElementType, InAllocatorType >inline
HeapPopDiscard(const PREDICATE_CLASS &Predicate, bool bAllowShrinking=true)TArray< InElementType, InAllocatorType >inline
HeapPopDiscard(bool bAllowShrinking=true)TArray< InElementType, InAllocatorType >inline
HeapPush(ElementType &&InItem, const PREDICATE_CLASS &Predicate)TArray< InElementType, InAllocatorType >inline
HeapPush(const ElementType &InItem, const PREDICATE_CLASS &Predicate)TArray< InElementType, InAllocatorType >inline
HeapPush(ElementType &&InItem)TArray< InElementType, InAllocatorType >inline
HeapPush(const ElementType &InItem)TArray< InElementType, InAllocatorType >inline
HeapRemoveAt(SizeType Index, const PREDICATE_CLASS &Predicate, bool bAllowShrinking=true)TArray< InElementType, InAllocatorType >inline
HeapRemoveAt(SizeType Index, bool bAllowShrinking=true)TArray< InElementType, InAllocatorType >inline
HeapSort(const PREDICATE_CLASS &Predicate)TArray< InElementType, InAllocatorType >inline
HeapSort()TArray< InElementType, InAllocatorType >inline
HeapTop() constTArray< InElementType, InAllocatorType >inline
HeapTop()TArray< InElementType, InAllocatorType >inline
IndexOfByKey(const KeyType &Key) constTArray< InElementType, InAllocatorType >inline
IndexOfByPredicate(Predicate Pred) constTArray< InElementType, InAllocatorType >inline
Init(const ElementType &Element, SizeType Number)TArray< InElementType, InAllocatorType >inline
Insert(std::initializer_list< ElementType > InitList, const SizeType InIndex)TArray< InElementType, InAllocatorType >inline
Insert(const TArray< ElementType, OtherAllocator > &Items, const SizeType InIndex)TArray< InElementType, InAllocatorType >inline
Insert(TArray< ElementType, OtherAllocator > &&Items, const SizeType InIndex)TArray< InElementType, InAllocatorType >inline
Insert(const ElementType *Ptr, SizeType Count, SizeType Index)TArray< InElementType, InAllocatorType >inline
Insert(ElementType &&Item, SizeType Index)TArray< InElementType, InAllocatorType >inline
Insert(const ElementType &Item, SizeType Index)TArray< InElementType, InAllocatorType >inline
Insert(const TArray< typename TContainerElementTypeCompatibility< ElementType >::CopyFromOtherType, OtherAllocator > &Items, const SizeType InIndex)TArray< InElementType, InAllocatorType >inline
Insert(TArray< typename TContainerElementTypeCompatibility< ElementType >::CopyFromOtherType, OtherAllocator > &&Items, const SizeType InIndex)TArray< InElementType, InAllocatorType >inline
Insert_GetRef(ElementType &&Item, SizeType Index)TArray< InElementType, InAllocatorType >inline
Insert_GetRef(const ElementType &Item, SizeType Index)TArray< InElementType, InAllocatorType >inline
InsertDefaulted(SizeType Index)TArray< InElementType, InAllocatorType >inline
InsertDefaulted(SizeType Index, SizeType Count)TArray< InElementType, InAllocatorType >inline
InsertDefaulted_GetRef(SizeType Index)TArray< InElementType, InAllocatorType >inline
InsertUninitialized(SizeType Index)TArray< InElementType, InAllocatorType >inline
InsertUninitialized(SizeType Index, SizeType Count)TArray< InElementType, InAllocatorType >inline
InsertUninitializedImpl(SizeType Index)TArray< InElementType, InAllocatorType >inlineprivate
InsertUninitializedImpl(SizeType Index, OtherSizeType Count)TArray< InElementType, InAllocatorType >inlineprivate
InsertZeroed(SizeType Index)TArray< InElementType, InAllocatorType >inline
InsertZeroed(SizeType Index, SizeType Count)TArray< InElementType, InAllocatorType >inline
InsertZeroed_GetRef(SizeType Index)TArray< InElementType, InAllocatorType >inline
IsEmpty() constTArray< InElementType, InAllocatorType >inline
IsValidIndex(SizeType Index) constTArray< InElementType, InAllocatorType >inline
Last(SizeType IndexFromTheEnd=0)TArray< InElementType, InAllocatorType >inline
Last(SizeType IndexFromTheEnd=0) constTArray< InElementType, InAllocatorType >inline
Max() constTArray< InElementType, InAllocatorType >inline
MoveOrCopy(ToArrayType &ToArray, FromArrayType &FromArray, SizeType PrevMax)TArray< InElementType, InAllocatorType >inlineprivatestatic
MoveOrCopyWithSlack(ToArrayType &ToArray, FromArrayType &FromArray, SizeType PrevMax, SizeType ExtraSlack)TArray< InElementType, InAllocatorType >inlineprivatestatic
Num() constTArray< InElementType, InAllocatorType >inline
OnInvalidNum(USizeType NewNum)TArray< InElementType, InAllocatorType >inlineprivatestatic
operator const TArray< typename TContainerElementTypeCompatibility< AliasElementType >::ReinterpretType, AllocatorType > &() constTArray< InElementType, InAllocatorType >inline
operator TArray< typename TContainerElementTypeCompatibility< AliasElementType >::ReinterpretType, AllocatorType > &()TArray< InElementType, InAllocatorType >inline
operator!=(const TArray &OtherArray) constTArray< InElementType, InAllocatorType >inline
operator+=(TArray &&Other)TArray< InElementType, InAllocatorType >inline
operator+=(const TArray &Other)TArray< InElementType, InAllocatorType >inline
operator+=(std::initializer_list< ElementType > InitList)TArray< InElementType, InAllocatorType >inline
operator=(std::initializer_list< InElementType > InitList)TArray< InElementType, InAllocatorType >inline
operator=(const TArray< ElementType, OtherAllocatorType > &Other)TArray< InElementType, InAllocatorType >inline
operator=(const TArray &Other)TArray< InElementType, InAllocatorType >inline
operator=(const TArrayView< OtherElementType, OtherSizeType > &Other)TArray< InElementType, InAllocatorType >
operator=(TArray &&Other)TArray< InElementType, InAllocatorType >inline
operator=(TArray< typename TContainerElementTypeCompatibility< ElementType >::CopyFromOtherType, AllocatorType > &&Other)TArray< InElementType, InAllocatorType >inline
operator=(const TArray< typename TContainerElementTypeCompatibility< ElementType >::CopyFromOtherType, OtherAllocator > &Other)TArray< InElementType, InAllocatorType >inline
operator=(const TArrayView< OtherElementType, OtherSizeType > &Other)TArray< InElementType, InAllocatorType >
operator==(const TArray &OtherArray) constTArray< InElementType, InAllocatorType >inline
operator[](SizeType Index) UE_LIFETIMEBOUNDTArray< InElementType, InAllocatorType >inline
operator[](SizeType Index) const UE_LIFETIMEBOUNDTArray< InElementType, InAllocatorType >inline
Pop(bool bAllowShrinking=true)TArray< InElementType, InAllocatorType >inline
Push(ElementType &&Item)TArray< InElementType, InAllocatorType >inline
Push(const ElementType &Item)TArray< InElementType, InAllocatorType >inline
RangeCheck(SizeType Index) constTArray< InElementType, InAllocatorType >inline
RangedForConstIteratorType typedefTArray< InElementType, InAllocatorType >
RangedForIteratorType typedefTArray< InElementType, InAllocatorType >
Remove(const ElementType &Item)TArray< InElementType, InAllocatorType >inline
RemoveAll(const PREDICATE_CLASS &Predicate)TArray< InElementType, InAllocatorType >inline
RemoveAllSwap(const PREDICATE_CLASS &Predicate, bool bAllowShrinking=true)TArray< InElementType, InAllocatorType >inline
RemoveAt(SizeType Index)TArray< InElementType, InAllocatorType >inline
RemoveAt(SizeType Index, CountType Count, bool bAllowShrinking=true)TArray< InElementType, InAllocatorType >inline
RemoveAtImpl(SizeType Index, SizeType Count, bool bAllowShrinking)TArray< InElementType, InAllocatorType >inlineprivate
RemoveAtSwap(SizeType Index)TArray< InElementType, InAllocatorType >inline
RemoveAtSwap(SizeType Index, CountType Count, bool bAllowShrinking=true)TArray< InElementType, InAllocatorType >inline
RemoveAtSwapImpl(SizeType Index, SizeType Count=1, bool bAllowShrinking=true)TArray< InElementType, InAllocatorType >inlineprivate
RemoveSingle(const ElementType &Item)TArray< InElementType, InAllocatorType >inline
RemoveSingleSwap(const ElementType &Item, bool bAllowShrinking=true)TArray< InElementType, InAllocatorType >inline
RemoveSwap(const ElementType &Item, bool bAllowShrinking=true)TArray< InElementType, InAllocatorType >inline
Reserve(SizeType Number)TArray< InElementType, InAllocatorType >inline
Reset(SizeType NewSize=0)TArray< InElementType, InAllocatorType >inline
ResizeForCopy(SizeType NewMax, SizeType PrevMax)TArray< InElementType, InAllocatorType >inlineprivate
ResizeGrow(SizeType OldNum)TArray< InElementType, InAllocatorType >inlineprivate
ResizeShrink()TArray< InElementType, InAllocatorType >inlineprivate
ResizeTo(SizeType NewMax)TArray< InElementType, InAllocatorType >inlineprivate
SetNum(SizeType NewNum, bool bAllowShrinking=true)TArray< InElementType, InAllocatorType >inline
SetNumUninitialized(SizeType NewNum, bool bAllowShrinking=true)TArray< InElementType, InAllocatorType >inline
SetNumUnsafeInternal(SizeType NewNum)TArray< InElementType, InAllocatorType >inline
SetNumZeroed(SizeType NewNum, bool bAllowShrinking=true)TArray< InElementType, InAllocatorType >inline
Shrink()TArray< InElementType, InAllocatorType >inline
SizeType typedefTArray< InElementType, InAllocatorType >
Sort()TArray< InElementType, InAllocatorType >inline
Sort(const PREDICATE_CLASS &Predicate)TArray< InElementType, InAllocatorType >inline
StableSort()TArray< InElementType, InAllocatorType >inline
StableSort(const PREDICATE_CLASS &Predicate)TArray< InElementType, InAllocatorType >inline
Swap(SizeType FirstIndexToSwap, SizeType SecondIndexToSwap)TArray< InElementType, InAllocatorType >inline
SwapMemory(SizeType FirstIndexToSwap, SizeType SecondIndexToSwap)TArray< InElementType, InAllocatorType >inline
TArrayTArray< InElementType, InAllocatorType >friend
TArray()TArray< InElementType, InAllocatorType >inline
TArray(const ElementType *Ptr, SizeType Count)TArray< InElementType, InAllocatorType >inline
TArray(const TArrayView< OtherElementType, OtherSizeType > &Other)TArray< InElementType, InAllocatorType >explicit
TArray(std::initializer_list< InElementType > InitList)TArray< InElementType, InAllocatorType >inline
TArray(const TArray< OtherElementType, OtherAllocator > &Other)TArray< InElementType, InAllocatorType >inlineexplicit
TArray(const TArray &Other)TArray< InElementType, InAllocatorType >inline
TArray(const TArray &Other, SizeType ExtraSlack)TArray< InElementType, InAllocatorType >inline
TArray(TArray &&Other)TArray< InElementType, InAllocatorType >inline
TArray(TArray< OtherElementType, OtherAllocator > &&Other)TArray< InElementType, InAllocatorType >inlineexplicit
TArray(TArray< OtherElementType, AllocatorType > &&Other, SizeType ExtraSlack)TArray< InElementType, InAllocatorType >inline
TArray(const TArrayView< OtherElementType, OtherSizeType > &Other)TArray< InElementType, InAllocatorType >
TArrayPrivateFriendTArray< InElementType, InAllocatorType >friend
TConstIterator typedefTArray< InElementType, InAllocatorType >
TIndirectArrayTArray< InElementType, InAllocatorType >friend
TIterator typedefTArray< InElementType, InAllocatorType >
Top()TArray< InElementType, InAllocatorType >inline
Top() constTArray< InElementType, InAllocatorType >inline
ToString(const FPlatformTypeLayoutParameters &LayoutParams, FMemoryToStringContext &OutContext) constTArray< InElementType, InAllocatorType >inline
USizeType typedefTArray< InElementType, InAllocatorType >private
VerifyHeap(const PREDICATE_CLASS &Predicate)TArray< InElementType, InAllocatorType >inline
WriteMemoryImage(FMemoryImageWriter &Writer) constTArray< InElementType, InAllocatorType >inline
~TArray()TArray< InElementType, InAllocatorType >inline