unreal.WaterExclusionMode

class unreal.WaterExclusionMode

Bases: EnumBase

EWater Exclusion Mode

C++ Source:

  • Plugin: Water

  • Module: Water

  • File: WaterBodyExclusionVolume.h

ADD_WATER_BODIES_LIST_TO_EXCLUSION: WaterExclusionMode

Adds all water bodies specified in the WaterBodies list to the exclusion volume. If none are specified, no water body overlapped by this volume will be part of the exclusion.

Type:

0

REMOVE_WATER_BODIES_LIST_FROM_EXCLUSION: WaterExclusionMode

Removes all water bodies specified in the WaterBodies list from the exclusion volume. If none are specified, every water body overlapped by this volume will be part of the exclusion.

Type:

1