Navigation
API > API/Plugins > API/Plugins/Water > API/Plugins/Water/FWaterViewExtension > API/Plugins/Water/FWaterViewExtension/FWaterZoneInfo
References
| Module | Water |
| Header | /Engine/Plugins/Experimental/Water/Source/Runtime/Public/WaterViewExtension.h |
| Include | #include "WaterViewExtension.h" |
Syntax
struct FWaterZoneViewInfo
Remarks
For each water zone, per view: store the bounds of the tile from which the water zone was last rendered. When the view location crosses the bounds, submit a new update to reflect the new active area
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsDirty | ||
| FVector | Center | ||
| FWaterMeshSceneProxy * | OldSceneProxy | ||
| TOptional< FBox2D > | UpdateBounds |