Navigation
API > API/Plugins > API/Plugins/Water
| |
|
| Name |
EWaterBodyQueryError |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/Water/Source/Runtime/Public/WaterBodyTypes.h |
| Include Path |
#include "WaterBodyTypes.h" |
Syntax
enum EWaterBodyQueryError
{
UnknownError,
WaterBodyNotRegistered,
NullWaterSplineMetadata,
}
Values
| Name |
Remarks |
| UnknownError |
|
| WaterBodyNotRegistered |
Invalid to query the water surface info for a water body which is not yet registered to the parent water body actor. |
| NullWaterSplineMetadata |
Invalid to query the water surface info for a water body which has a null WaterSplineMetadata. |