Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
| Name | ESelectionByAttrOperation |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionSelectionNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionSelectionNodes.h" |
Syntax
enum ESelectionByAttrOperation
{
Equal,
NotEqual,
Greater,
GreaterOrEqual,
Smaller,
SmallerOrEqual,
Maximum,
Minimum,
}
Values
| Name | Remarks |
|---|---|
| Equal | Select faces which attribute value equal with specified value |
| NotEqual | Select faces which attribute value not equal with specified value |
| Greater | Select faces which attribute value greater than specified value |
| GreaterOrEqual | Select faces which attribute value greater or equal than specified value |
| Smaller | Select faces which attribute value smaller than specified value |
| SmallerOrEqual | Select faces which attribute value greater than specified value |
| Maximum | Select faces which attribute value greater than specified value |
| Minimum | Select faces which attribute value greater than specified value |