Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FSlowTaskStack Member List

This is the complete list of members for FSlowTaskStack, including all inherited members.

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