Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
| Name | EDataflowVectorFieldOperationType |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionFieldNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionFieldNodes.h" |
Syntax
enum EDataflowVectorFieldOperationType
{
Dataflow_VectorFieldOperationType_Multiply,
Dataflow_VectorFieldFalloffType_Divide,
Dataflow_VectorFieldFalloffType_Add,
Dataflow_VectorFieldFalloffType_Substract,
Dataflow_VectorFieldFalloffType_CrossProduct,
Dataflow_Max,
}
Values
| Name | Remarks |
|---|---|
| Dataflow_VectorFieldOperationType_Multiply | |
| Dataflow_VectorFieldFalloffType_Divide | |
| Dataflow_VectorFieldFalloffType_Add | |
| Dataflow_VectorFieldFalloffType_Substract | |
| Dataflow_VectorFieldFalloffType_CrossProduct | |
| Dataflow_Max | 256th entry |