unreal.RigVMFunction_NoiseFloat

class unreal.RigVMFunction_NoiseFloat(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 float 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 (float): [Read-Write]

  • maximum (float): [Read-Write]

  • minimum (float): [Read-Write]

  • result (float): [Read-Write]

  • speed (float): [Read-Write]

  • value (float): [Read-Write]

property frequency: float

[Read-Write]

Type:

(float)

property maximum: float

[Read-Write]

Type:

(float)

property minimum: float

[Read-Write]

Type:

(float)

property result: float

[Read-Only]

Type:

(float)

property speed: float

[Read-Write]

Type:

(float)

property value: float

[Read-Write]

Type:

(float)