Navigation
API > API/Plugins > API/Plugins/Water > API/Plugins/Water/UWaterBodyComponent
Description
Marks the owning water zone for rebuild. If bOnlyWithinWaterBodyBounds is set, updates to the water zone that aren't relevant within the bounds of the water body are suppressed.
| Name | MarkOwningWaterZoneForRebuild |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Water/Source/Runtime/Public/WaterBodyComponent.h |
| Include Path | #include "WaterBodyComponent.h" |
| Source | /Engine/Plugins/Experimental/Water/Source/Runtime/Private/WaterBodyComponent.cpp |
void MarkOwningWaterZoneForRebuild
(
EWaterZoneRebuildFlags InRebuildFlags,
bool bInOnlyWithinWaterBodyBounds
) const