7#include "Containers/Array.h"
15template<
typename ElementType,
typename Allocator = FDefaultAllocator>
class TArrayBuilder
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition ArrayBuilder.h:16
TArrayBuilder & Append(const TArray< ElementType, OtherAllocator > &OtherArray)
Definition ArrayBuilder.h:67
TArray< ElementType, Allocator > Build()
Definition ArrayBuilder.h:81
TArrayBuilder & AddUnique(const ElementType &Item)
Definition ArrayBuilder.h:54
TArrayBuilder & Add(const ElementType &Item)
Definition ArrayBuilder.h:40
TArrayBuilder()
Definition ArrayBuilder.h:20
TArrayBuilder(const TArray< ElementType, OtherAllocator > &InArray)
Definition ArrayBuilder.h:27
UE_NODEBUG UE_FORCEINLINE_HINT SizeType Add(ElementType &&Item)
Definition Array.h:2696
void Append(const TArray< OtherElementType, OtherAllocatorType > &Source)
Definition Array.h:2412
UE_FORCEINLINE_HINT SizeType AddUnique(ElementType &&Item)
Definition Array.h:2993