unreal.DataflowWaveFunctionType

class unreal.DataflowWaveFunctionType

Bases: EnumBase

EDataflow Wave Function Type

C++ Source:

  • Plugin: GeometryCollectionPlugin

  • Module: GeometryCollectionNodes

  • File: GeometryCollectionFieldNodes.h

DATAFLOW_WAVE_FUNCTION_TYPE_COSINE: DataflowWaveFunctionType

Cosine wave that will move in time.

Type:

0

DATAFLOW_WAVE_FUNCTION_TYPE_DECAY: DataflowWaveFunctionType

The magnitude of the field will decay in time.

Type:

3

DATAFLOW_WAVE_FUNCTION_TYPE_FALLOFF: DataflowWaveFunctionType

The radial falloff radius will move along temporal wave.

Type:

2

DATAFLOW_WAVE_FUNCTION_TYPE_GAUSSIAN: DataflowWaveFunctionType

Gaussian wave that will move in time.

Type:

1