Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | FStrainedProxyAndRoot |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/StrainModification.h |
| Include Path | #include "Chaos/StrainModification.h" |
Syntax
struct FStrainedProxyAndRoot
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bPartialDestruction | bool | True if the particle handle is actually a partial GC attached toa cluster union | Chaos/StrainModification.h | |
| ParticleHandle | Chaos::FPBDRigidClusteredParticleHandle * | Can be a root if proxy is a GC or the directly strained particle if the proxy is a cluster union. | Chaos/StrainModification.h | |
| Proxy | FGeometryCollectionPhysicsProxy * | Chaos/StrainModification.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGeometryCollectionPhysicsProxy * CastToGeometryCollectionProxy() |
Chaos/StrainModification.h | ||
bool IsPartialDestruction() |
Chaos/StrainModification.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const Chaos::FStrainedProxyAndRoot& Other |
Chaos/StrainModification.h |