unreal.DataflowWaveFunctionType¶
- class unreal.DataflowWaveFunctionType¶
Bases:
EnumBaseEDataflow Wave Function Type
C++ Source:
Plugin: GeometryCollectionPlugin
Module: GeometryCollectionNodes
File: GeometryCollectionFieldNodes.h
- DATAFLOW_WAVE_FUNCTION_TYPE_COSINE: DataflowWaveFunctionType = Ellipsis¶
Cosine wave that will move in time.
- Type:
0
- DATAFLOW_WAVE_FUNCTION_TYPE_DECAY: DataflowWaveFunctionType = Ellipsis¶
The magnitude of the field will decay in time.
- Type:
3
- DATAFLOW_WAVE_FUNCTION_TYPE_FALLOFF: DataflowWaveFunctionType = Ellipsis¶
The radial falloff radius will move along temporal wave.
- Type:
2
- DATAFLOW_WAVE_FUNCTION_TYPE_GAUSSIAN: DataflowWaveFunctionType = Ellipsis¶
Gaussian wave that will move in time.
- Type:
1