5#if WITH_VERSE_VM || defined(__INTELLISENSE__)
7#include "Containers/Map.h"
28 template <
typename FunctorType>
29 void ForEach(FunctorType&& Functor);
39 return Map.GetAllocatedSize();
EForEachResult ForEach(T &Array, const PREDICATE_CLASS &Predicate)
Definition AISense_Sight.cpp:60
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
T * New(FMemStackBase &Mem, int32 Count=1, int32 Align=DEFAULT_ALIGNMENT)
Definition MemStack.h:259
Definition UnrealString.h.inl:34
SIZE_T GetAllocatedSize(const T &Value)
Definition ManagedArray.h:93