unreal.SetOperationEnum

class unreal.SetOperationEnum

Bases: EnumBase

ESet Operation Enum

C++ Source:

  • Plugin: GeometryCollectionPlugin

  • Module: GeometryCollectionNodes

  • File: GeometryCollectionSelectionNodes.h

DATAFLOW_SET_OPERATION_AND: SetOperationEnum

Select elements that are selected in both incoming selections (Bitwise AND)

Type:

0

DATAFLOW_SET_OPERATION_OR: SetOperationEnum

Select elements that are selected in either incoming selections (Bitwise OR)

Type:

1

DATAFLOW_SET_OPERATION_SUBTRACT: SetOperationEnum

Select elements that are selected in only the first of the incoming selections (Bitwise A AND (NOT B))

Type:

3

DATAFLOW_SET_OPERATION_XOR: SetOperationEnum

Select elements that are selected in exactly one incoming selection (Bitwise XOR)

Type:

2