Navigation
API > API/Plugins > API/Plugins/Buoyancy > API/Plugins/Buoyancy/IBuoyancyEventInterface
References
| Module | Buoyancy |
| Header | /Engine/Plugins/Experimental/Buoyancy/Source/Runtime/Public/BuoyancyEventInterface.h |
| Include | #include "BuoyancyEventInterface.h" |
void OnSurfaceTouchBegin_Native
(
UPrimitiveComponent * WaterComponent,
UPrimitiveComponent * SubmergedComponent,
float SubmergedVolume,
const FVector & SubmergedCenterOfMass,
const FVector & SubmergedVelocity
)
Remarks
Called when part of a submerged simulated actor first comes in contact with a water surface. This can be called for multiple parts of a complex body.