The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE3:UTAmbientSoundComponent (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 11:47, 6 November 2009 by (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UDK Object >> Component >> ActorComponent >> AudioComponent >> UTAmbientSoundComponent
Package: 
UTGame
This class in other games:
UT3

used for gameplay-relevant ambient sounds (e.g. weapon loading sounds)

Default values

Property Value
bShouldRemainActiveIfDropped True
bStopWhenOwnerDestroyed True
OcclusionCheckInterval 1.0

Events

OcclusionChanged

event OcclusionChanged (bool bNowOccluded)

Overrides: AudioComponent.OcclusionChanged

called when OcclusionCheckInterval > 0.0 and the occlusion status changes