Class SoundNodeModulator
Defines a random volume and pitch modification when a sound starts
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.Engine
Assembly: UE4DotNet.dll
Syntax
public class SoundNodeModulator : SoundNode
Properties
| Improve this Doc View SourceDefaultObject
Get UE4 Default Object for this Class
Declaration
public static SoundNodeModulator DefaultObject { get; }
Property Value
Type | Description |
---|---|
SoundNodeModulator |
PitchMax
The upper bound of pitch (1.0 is no change).
Declaration
public float PitchMax { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
PitchMin
The lower bound of pitch (1.0 is no change).
Declaration
public float PitchMin { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
VolumeMax
The upper bound of volume (1.0 is no change).
Declaration
public float VolumeMax { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
VolumeMin
The lower bound of volume (1.0 is no change).
Declaration
public float VolumeMin { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Methods
| Improve this Doc View SourceNew(UObject, Name)
Spawn an object of this class
Declaration
public static SoundNodeModulator New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
SoundNodeModulator |
Operators
| Improve this Doc View SourceImplicit(IntPtr to SoundNodeModulator)
Convert from IntPtr to UObject
Declaration
public static implicit operator SoundNodeModulator(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
SoundNodeModulator |