UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ManagedArrayTypeSize Namespace Reference

Functions

template<typename T >
SIZE_T GetAllocatedSize (const T &Value)
 
template<typename T >
SIZE_T GetAllocatedSize (const TArray< T > &Array)
 
template<typename T >
SIZE_T GetAllocatedSize (const TBitArray<> &Array)
 
template<typename T >
SIZE_T GetAllocatedSize (const TSet< T > &Set)
 
template<typename T >
SIZE_T GetAllocatedSize (const TUniquePtr< T > &Ptr)
 
template<typename T >
SIZE_T GetAllocatedSize (const TRefCountPtr< T > &Ptr)
 
template<typename T , ESPMode Mode>
SIZE_T GetAllocatedSize (const TSharedPtr< T, Mode > &Ptr)
 
SIZE_T GetAllocatedSize (const Chaos::FImplicitObject3 *ImplicitObjectPtr)
 
SIZE_T GetAllocatedSize (const Chaos::FBVHParticlesFloat3 &BVHParticles)
 

Function Documentation

◆ GetAllocatedSize() [1/9]

SIZE_T ManagedArrayTypeSize::GetAllocatedSize ( const Chaos::FBVHParticlesFloat3 BVHParticles)
inline

◆ GetAllocatedSize() [2/9]

SIZE_T ManagedArrayTypeSize::GetAllocatedSize ( const Chaos::FImplicitObject3 ImplicitObjectPtr)
inline

◆ GetAllocatedSize() [3/9]

template<typename T >
SIZE_T ManagedArrayTypeSize::GetAllocatedSize ( const T &  Value)
inline

◆ GetAllocatedSize() [4/9]

template<typename T >
SIZE_T ManagedArrayTypeSize::GetAllocatedSize ( const TArray< T > &  Array)
inline

◆ GetAllocatedSize() [5/9]

template<typename T >
SIZE_T ManagedArrayTypeSize::GetAllocatedSize ( const TBitArray<> &  Array)
inline

◆ GetAllocatedSize() [6/9]

template<typename T >
SIZE_T ManagedArrayTypeSize::GetAllocatedSize ( const TRefCountPtr< T > &  Ptr)
inline

◆ GetAllocatedSize() [7/9]

template<typename T >
SIZE_T ManagedArrayTypeSize::GetAllocatedSize ( const TSet< T > &  Set)
inline

◆ GetAllocatedSize() [8/9]

template<typename T , ESPMode Mode>
SIZE_T ManagedArrayTypeSize::GetAllocatedSize ( const TSharedPtr< T, Mode > &  Ptr)
inline

◆ GetAllocatedSize() [9/9]

template<typename T >
SIZE_T ManagedArrayTypeSize::GetAllocatedSize ( const TUniquePtr< T > &  Ptr)
inline