Navigation
API > API/Runtime > API/Runtime/ChaosVDRuntime
Structure contained data from a Clustered Particle. Used to be able to show the values in the editor and allow changes via the Property Editor.
| Name | FChaosVDParticleCluster |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/ChaosVisualDebugger/Public/DataWrappers/ChaosVDParticleDataWrapper.h |
| Include Path | #include "DataWrappers/ChaosVDParticleDataWrapper.h" |
Syntax
USTRUCT ()
struct FChaosVDParticleCluster : public FChaosVDWrapperDataBase
Inheritance Hierarchy
- FChaosVDWrapperDataBase → FChaosVDParticleCluster
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FChaosVDParticleCluster() |
DataWrappers/ChaosVDParticleDataWrapper.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bInternalCluster | bool | DataWrappers/ChaosVDParticleDataWrapper.h |
|
|
| bIsAnchored | bool | DataWrappers/ChaosVDParticleDataWrapper.h |
|
|
| bIsChildToParentLocked | bool | DataWrappers/ChaosVDParticleDataWrapper.h |
|
|
| bUnbreakable | bool | DataWrappers/ChaosVDParticleDataWrapper.h |
|
|
| ChildToParent | FTransform | DataWrappers/ChaosVDParticleDataWrapper.h |
|
|
| ClusterGroupIndex | int32 | DataWrappers/ChaosVDParticleDataWrapper.h |
|
|
| CollisionImpulse | float | DataWrappers/ChaosVDParticleDataWrapper.h |
|
|
| ConnectivityEdges | TArray< FChaosVDConnectivityEdge > | DataWrappers/ChaosVDParticleDataWrapper.h |
|
|
| ExternalStrains | float | DataWrappers/ChaosVDParticleDataWrapper.h |
|
|
| InternalStrains | float | DataWrappers/ChaosVDParticleDataWrapper.h |
|
|
| NumChildren | int32 | DataWrappers/ChaosVDParticleDataWrapper.h |
|
|
| ParentParticleID | int32 | DataWrappers/ChaosVDParticleDataWrapper.h |
|
|
| Strain | float | DataWrappers/ChaosVDParticleDataWrapper.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CopyFrom
(
const TOther& Other |
DataWrappers/ChaosVDParticleDataWrapper.h | ||
void CopyTo
(
TOther& Other |
DataWrappers/ChaosVDParticleDataWrapper.h | ||
bool Serialize
(
FArchive& Ar |
DataWrappers/ChaosVDParticleDataWrapper.h |