Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
| Name | EDataflowFieldFalloffType |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionFieldNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionFieldNodes.h" |
Syntax
enum EDataflowFieldFalloffType
{
Dataflow_FieldFalloffType_None,
Dataflow_FieldFalloffType_Linear,
Dataflow_FieldFalloffType_Inverse,
Dataflow_FieldFalloffType_Squared,
Dataflow_FieldFalloffType_Logarithmic,
Dataflow_Max,
}
Values
| Name | Remarks |
|---|---|
| Dataflow_FieldFalloffType_None | |
| Dataflow_FieldFalloffType_Linear | |
| Dataflow_FieldFalloffType_Inverse | |
| Dataflow_FieldFalloffType_Squared | |
| Dataflow_FieldFalloffType_Logarithmic | |
| Dataflow_Max | 256th entry |