Navigation
API > API/Plugins > API/Plugins/SoundUtilities
References
| Module | SoundUtilities |
| Header | /Engine/Plugins/Runtime/SoundUtilities/Source/SoundUtilities/Public/SoundSimple.h |
| Include | #include "SoundSimple.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FSoundVariation
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector2D | PitchRange | The pitch range to use for this variation. | |
| float | ProbabilityWeight | The probability weight to use for this variation. | |
| TObjectPtr< USoundWave > | SoundWave | The sound wave asset to use for this variation. | |
| FVector2D | VolumeRange | The volume range to use for this variation. |
Constructors
| Type | Name | Description | |
|---|---|---|---|