Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
| |
|
| Name |
EDataflowCollectionSelectionByNameMethod |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionSelectionNodes.h |
| Include Path |
#include "Dataflow/GeometryCollectionSelectionNodes.h" |
Syntax
enum EDataflowCollectionSelectionByNameMethod
{
Exact,
StartsWith,
EndsWith,
Contains,
}
Values
| Name |
Remarks |
| Exact |
Name must match exactly the input text |
| StartsWith |
Name must start with the input text |
| EndsWith |
Name must end with the input text |
| Contains |
Name must contain the input text |