Navigation
API > API/Plugins > API/Plugins/AvalancheModifiers > API/Plugins/AvalancheModifiers/Modifiers
References
| Module | AvalancheModifiers |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheModifiers/Public/Modifiers/AvaBooleanModifier.h |
| Include | #include "Modifiers/AvaBooleanModifier.h" |
Syntax
enum EAvaBooleanMode
{
UMETA =(DisplayName="Target"),
Subtract,
Intersect,
Union,
}
Values
| Name | Description |
|---|---|
| UMETA | Does not apply any mode, but get affected by other geometry modes |
| Subtract | Subtract this geometry from the one it is colliding with |
| Intersect | Only keep the intersecting geometry from the two colliding geometry |
| Union | Merges the two colliding geometry together |