UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Chaos::IResimCacheBase Class Referenceabstract

#include <ResimCacheBase.h>

+ Inheritance diagram for Chaos::IResimCacheBase:

Public Member Functions

 IResimCacheBase ()
 
virtual ~IResimCacheBase ()=default
 
virtual void ResetCache ()=0
 
bool IsResimming () const
 
void SetResimming (bool bInResimming)
 
const TParticleView< TGeometryParticles< FReal, 3 > > & GetDesyncedView () const
 
void SetDesyncedParticles (TArray< TGeometryParticleHandle< FReal, 3 > * > &&InDesyncedParticles)
 

Constructor & Destructor Documentation

◆ IResimCacheBase()

Chaos::IResimCacheBase::IResimCacheBase ( )
inline

◆ ~IResimCacheBase()

virtual Chaos::IResimCacheBase::~IResimCacheBase ( )
virtualdefault

Member Function Documentation

◆ GetDesyncedView()

const TParticleView< TGeometryParticles< FReal, 3 > > & Chaos::IResimCacheBase::GetDesyncedView ( ) const
inline

◆ IsResimming()

bool Chaos::IResimCacheBase::IsResimming ( ) const
inline

◆ ResetCache()

virtual void Chaos::IResimCacheBase::ResetCache ( )
pure virtual

Implemented in Chaos::FEvolutionResimCache.

◆ SetDesyncedParticles()

void Chaos::IResimCacheBase::SetDesyncedParticles ( TArray< TGeometryParticleHandle< FReal, 3 > * > &&  InDesyncedParticles)
inline

◆ SetResimming()

void Chaos::IResimCacheBase::SetResimming ( bool  bInResimming)
inline

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