Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
References
| |
|
| Module |
GeometryCollectionNodes |
| Header |
/Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionFieldNodes.h |
| Include |
#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 |
Description |
| Dataflow_VectorFieldOperationType_Multiply |
|
| Dataflow_VectorFieldFalloffType_Divide |
|
| Dataflow_VectorFieldFalloffType_Add |
|
| Dataflow_VectorFieldFalloffType_Substract |
|
| Dataflow_VectorFieldFalloffType_CrossProduct |
|
| Dataflow_Max |
256th entry |