Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeModulator.h |
Include |
#include "Sound/SoundNodeModulator.h" |
class USoundNodeModulator : public USoundNode
Defines a random volume and pitch modification when a sound starts
Name | Description | ||
---|---|---|---|
|
float |
PitchMax |
The upper bound of pitch (1.0 is no change). |
|
float |
PitchMin |
The lower bound of pitch (1.0 is no change). |
|
float |
VolumeMax |
The upper bound of volume (1.0 is no change). |
|
float |
VolumeMin |
The lower bound of volume (1.0 is no change). |
Name | Description | |
---|---|---|
|
USoundNodeModulator ( |
Name | Description | ||
---|---|---|---|
|
ParseNodes ( |