Navigation
API > API/Plugins > API/Plugins/Buoyancy > API/Plugins/Buoyancy/IBuoyancyEventInterface
Description
Called continually while objects maintain contact with a water surface. May be called multiple times for different parts of an object.
| Name | OnSurfaceTouching_Native |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Buoyancy/Source/Runtime/Public/BuoyancyEventInterface.h |
| Include Path | #include "BuoyancyEventInterface.h" |
void OnSurfaceTouching_Native
(
UPrimitiveComponent * WaterComponent,
UPrimitiveComponent * SubmergedComponent,
float SubmergedVolume,
const FVector & SubmergedCenterOfMass,
const FVector & SubmergedVelocity
)