unreal.WaveFunctionType¶
- class unreal.WaveFunctionType¶
Bases:
EnumBaseEWave Function Type
C++ Source:
Module: Chaos
File: FieldSystemTypes.h
- FIELD_WAVE_COSINE: WaveFunctionType = Ellipsis¶
Cosine wave that will move in time.
- Type:
0
- FIELD_WAVE_DECAY: WaveFunctionType = Ellipsis¶
The magnitude of the field will decay in time.
- Type:
3
- FIELD_WAVE_FALLOFF: WaveFunctionType = Ellipsis¶
The radial falloff radius will move along temporal wave.
- Type:
2
- FIELD_WAVE_GAUSSIAN: WaveFunctionType = Ellipsis¶
Gaussian wave that will move in time.
- Type:
1