unreal.RigVMFunction_NoiseDouble

class unreal.RigVMFunction_NoiseDouble(value: float = 0.0, speed: float = 0.0, frequency: float = 0.0, minimum: float = 0.0, maximum: float = 0.0, result: float = 0.0)

Bases: RigVMFunction_MathBase

Generates a double through a noise fluctuation process between a min and a max through speed

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_Noise.h

Editor Properties: (see get_editor_property/set_editor_property)

  • frequency (double): [Read-Write] The frequency of the noise field

  • maximum (double): [Read-Write] The maximum range of the noise

  • minimum (double): [Read-Write] The minimum range of the noise

  • result (double): [Read-Write] The resulting value in the noise field

  • speed (double): [Read-Write] The speed of the noise field

  • value (double): [Read-Write] The input value to retrieve the noise for

property frequency: float

[Read-Write] The frequency of the noise field

Type:

(double)

property maximum: float

[Read-Write] The maximum range of the noise

Type:

(double)

property minimum: float

[Read-Write] The minimum range of the noise

Type:

(double)

property result: float

[Read-Only] The resulting value in the noise field

Type:

(double)

property speed: float

[Read-Write] The speed of the noise field

Type:

(double)

property value: float

[Read-Write] The input value to retrieve the noise for

Type:

(double)