unreal.WaveFunctionType

class unreal.WaveFunctionType

Bases: unreal.EnumBase

EWave Function Type

C++ Source:

  • Module: Chaos

  • File: FieldSystemTypes.h

FIELD_WAVE_COSINE

Cosine wave that will move in time.

Type

0

FIELD_WAVE_DECAY

The magnitude of the field will decay in time.

Type

3

FIELD_WAVE_FALLOFF

The radial falloff radius will move along temporal wave.

Type

2

FIELD_WAVE_GAUSSIAN

Gaussian wave that will move in time.

Type

1