Struct SoundSubmixSendInfo
Class used to send audio to submixes from USoundBase
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.Engine
Assembly: UE4DotNet.dll
Syntax
public struct SoundSubmixSendInfo
Fields
| Improve this Doc View SourceSendLevel
Declaration
public float SendLevel
Field Value
Type | Description |
---|---|
System.Single |
Properties
| Improve this Doc View SourceSoundSubmix
The submix to send the audio to
Declaration
public SoundSubmix SoundSubmix { get; set; }
Property Value
Type | Description |
---|---|
SoundSubmix |