Navigation
API > API/Plugins > API/Plugins/Water
References
| Module | Water |
| Header | /Engine/Plugins/Experimental/Water/Source/Runtime/Public/WaterBodyComponent.h |
| Include | #include "WaterBodyComponent.h" |
Syntax
struct FOnWaterBodyChangedParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bShapeOrPositionChanged | Indicates that property related to the water body's visual shape has changed | |
| bool | bUserTriggered | Indicates user initiated Parameter change | |
| bool | bWeightmapSettingsChanged | Indicates that a property affecting the terrain weightmaps has changed | |
| FPropertyChangedEvent | PropertyChangedEvent | Provides some additional context about how the water body data has changed (property, type of change...) |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOnWaterBodyChangedParams
(
const FPropertyChangedEvent& InPropertyChangedEvent |