UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FImportOrImportIndexArray Member List

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

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