Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | IResimCacheBase |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ResimCacheBase.h |
| Include Path | #include "Chaos/ResimCacheBase.h" |
Syntax
class IResimCacheBase
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IResimCacheBase() |
Chaos/ResimCacheBase.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IResimCacheBase() |
Chaos/ResimCacheBase.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsResimming | bool | Chaos/ResimCacheBase.h | ||
| DesyncedParticles | TArray< TGeometryParticleHandle< FReal, 3 > * > | Chaos/ResimCacheBase.h | ||
| DesyncedView | TParticleView< TGeometryParticles< FReal, 3 > > | Chaos/ResimCacheBase.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TParticleView< TGeometryParticles< FReal, 3 > > & GetDesyncedView() |
Chaos/ResimCacheBase.h | ||
bool IsResimming() |
Chaos/ResimCacheBase.h | ||
void ResetCache() |
Chaos/ResimCacheBase.h | ||
void SetDesyncedParticles
(
TArray< TGeometryParticleHandle< FReal, 3 >* >&& InDesyncedParticles |
Chaos/ResimCacheBase.h | ||
void SetResimming
(
bool bInResimming |
Chaos/ResimCacheBase.h |