Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
| |
|
| Name |
EDataflowSetMaskConditionType |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionFieldNodes.h |
| Include Path |
#include "Dataflow/GeometryCollectionFieldNodes.h" |
Syntax
enum EDataflowSetMaskConditionType
{
Dataflow_SetMaskConditionType_Always,
Dataflow_SetMaskConditionType_IFF_NOT_Interior,
Dataflow_SetMaskConditionType_IFF_NOT_Exterior,
Dataflow_Max,
}
Values
| Name |
Remarks |
| Dataflow_SetMaskConditionType_Always |
|
| Dataflow_SetMaskConditionType_IFF_NOT_Interior |
|
| Dataflow_SetMaskConditionType_IFF_NOT_Exterior |
|
| Dataflow_Max |
256th entry |