Navigation
API > API/Plugins > API/Plugins/AvalancheModifiers
| |
|
| Name |
EAvaBooleanMode |
| Type |
enum |
| Header File |
/Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheModifiers/Public/Modifiers/AvaBooleanModifier.h |
| Include Path |
#include "Modifiers/AvaBooleanModifier.h" |
Syntax
enum EAvaBooleanMode
{
None,
Subtract,
Intersect,
Union,
}
Values
| Name |
Remarks |
| None |
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 |