UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Chaos::TPropertyPool< T > Class Template Reference

#include <ParticleDirtyFlags.h>

Public Member Functions

T & AddElement (FPropertyIdx &OutIdx)
 
void RemoveElement (const FPropertyIdx Idx)
 
T & GetElement (const FPropertyIdx Idx)
 
const T & GetElement (const FPropertyIdx Idx) const
 
 ~TPropertyPool ()
 

Constructor & Destructor Documentation

◆ ~TPropertyPool()

template<typename T >
Chaos::TPropertyPool< T >::~TPropertyPool ( )
inline

Member Function Documentation

◆ AddElement()

template<typename T >
T & Chaos::TPropertyPool< T >::AddElement ( FPropertyIdx OutIdx)
inline

◆ GetElement() [1/2]

template<typename T >
T & Chaos::TPropertyPool< T >::GetElement ( const FPropertyIdx  Idx)
inline

◆ GetElement() [2/2]

template<typename T >
const T & Chaos::TPropertyPool< T >::GetElement ( const FPropertyIdx  Idx) const
inline

◆ RemoveElement()

template<typename T >
void Chaos::TPropertyPool< T >::RemoveElement ( const FPropertyIdx  Idx)
inline

The documentation for this class was generated from the following file: