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