5#include "Containers/Array.h"
101 template<
typename ArrayType>
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
UE_INTRINSIC_CAST UE_REWRITE constexpr std::remove_reference_t< T > && MoveTemp(T &&Obj) noexcept
Definition UnrealTemplate.h:520
uint32 Offset
Definition VulkanMemory.cpp:4033
UE_REWRITE SizeType Num() const
Definition Array.h:1144
void Reset(SizeType NewSize=0)
Definition Array.h:2246
UE_NODEBUG UE_FORCEINLINE_HINT RangedForIteratorType end()
Definition Array.h:3391
UE_NODEBUG UE_FORCEINLINE_HINT SizeType Add(ElementType &&Item)
Definition Array.h:2696
UE_NODEBUG UE_FORCEINLINE_HINT RangedForIteratorType begin()
Definition Array.h:3389
UE_FORCEINLINE_HINT void Reserve(SizeType Number)
Definition Array.h:3016
Definition UniqueIndexSet.h:26
int32 NumWords
Definition UniqueIndexSet.h:140
TArray< int32 >::RangedForConstIteratorType begin() const
Definition UniqueIndexSet.h:132
const int32 Num() const
Definition UniqueIndexSet.h:65
void SwapValuesWith(TArray< int32 > &OtherArray)
Definition UniqueIndexSet.h:122
const TArray< int32 > & Indices() const
Definition UniqueIndexSet.h:68
void Collect(ArrayType &Storage) const
Definition UniqueIndexSet.h:102
TArray< int32 > && TakeValues()
Definition UniqueIndexSet.h:114
void Initialize(int32 MaxIndexIn, int32 MaxValuesHint=0)
Definition UniqueIndexSet.h:46
TArray< int32 > Values
Definition UniqueIndexSet.h:138
int64 * Bits
Definition UniqueIndexSet.h:139
int32 MaxIndex
Definition UniqueIndexSet.h:137
TArray< int32 >::RangedForConstIteratorType end() const
Definition UniqueIndexSet.h:133
bool Add(int32 Index)
Definition UniqueIndexSet.h:73
bool Contains(int32 Index) const
Definition UniqueIndexSet.h:90
GEOMETRYCORE_API ~FUniqueIndexSet()
Definition UniqueIndexSet.cpp:7
Definition AdvancedWidgetsModule.cpp:13
U16 Index
Definition radfft.cpp:71
static UE_FORCEINLINE_HINT void * Memset(void *Dest, uint8 Char, SIZE_T Count)
Definition UnrealMemory.h:119