Navigation
API > API/Plugins > API/Plugins/Buoyancy
References
| Module | Buoyancy |
| Header | /Engine/Plugins/Experimental/Buoyancy/Source/Runtime/Public/BuoyancyParticleData.h |
| Include | #include "BuoyancyParticleData.h" |
Syntax
struct FBuoyancySubmersion
Remarks
A minimal struct of data tracking all the submersions in a frame.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | CoM | ||
| FVector | Norm | ||
| Chaos::FPBDRigidParticleHandle * | Particle | ||
| TWeakPtr< FProxyTimestampBase, ESPMode::ThreadSafe > | SyncTimestamp | ||
| FVector | Vel | ||
| float | Vol |