Struct SoundClassProperties
Structure containing configurable properties of a sound class.
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)
Assembly: UE4DotNet.dll
Syntax
public struct SoundClassProperties
Fields
|
Improve this Doc
View Source
bAlwaysPlay
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bApplyAmbientVolumes
Declaration
public bool bApplyAmbientVolumes
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bApplyEffects
Declaration
public bool bApplyEffects
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bCenterChannelOnly
Declaration
public bool bCenterChannelOnly
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bIsMusic
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bIsUISound
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bReverb
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Default2DReverbSendAmount
Declaration
public float Default2DReverbSendAmount
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
LFEBleed
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
OutputTarget
Declaration
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Pitch
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
RadioFilterVolume
Declaration
public float RadioFilterVolume
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
RadioFilterVolumeThreshold
Declaration
public float RadioFilterVolumeThreshold
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
StereoBleed
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
VoiceCenterChannelVolume
Declaration
public float VoiceCenterChannelVolume
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Volume
Declaration
Field Value
Type |
Description |
System.Single |
|