Navigation
API > API/Plugins > API/Plugins/Water > API/Plugins/Water/AWaterZone
Description
Retrieves the dynamic water info center for a specific player index in OutCenter. Returns true if a valid zone location has been found.
| Name | GetDynamicWaterInfoCenter |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Water/Source/Runtime/Public/WaterZoneActor.h |
| Include Path | #include "WaterZoneActor.h" |
| Source | /Engine/Plugins/Experimental/Water/Source/Runtime/Private/WaterZoneActor.cpp |
bool GetDynamicWaterInfoCenter
(
int32 PlayerIndex,
FVector & OutCenter
) const