Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
References
| |
|
| Module |
GeometryCollectionNodes |
| Header |
/Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionSelectionNodes.h |
| Include |
#include "Dataflow/GeometryCollectionSelectionNodes.h" |
Syntax
enum ESelectionByAttrOperation
{
Equal,
NotEqual,
Greater,
GreaterOrEqual,
Smaller,
SmallerOrEqual,
}
Values
| Name |
Description |
| 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 |