unreal.WaveFunctionType

class unreal.WaveFunctionType

Bases: EnumBase

EWave Function Type

C++ Source:

  • Module: Chaos

  • File: FieldSystemTypes.h

FIELD_WAVE_COSINE: WaveFunctionType

Cosine wave that will move in time.

Type:

0

FIELD_WAVE_DECAY: WaveFunctionType

The magnitude of the field will decay in time.

Type:

3

FIELD_WAVE_FALLOFF: WaveFunctionType

The radial falloff radius will move along temporal wave.

Type:

2

FIELD_WAVE_GAUSSIAN: WaveFunctionType

Gaussian wave that will move in time.

Type:

1