Gah - a solution with more questions. – EntropicLqd

Legacy:Actor/Sound

From Unreal Wiki, The Unreal Engine Documentation Site
< Legacy:Actor
Revision as of 15:44, 17 December 2005 by SuperApe (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2003 :: Object >> Actor (Property group: Sound)

(see also Actor (UT)/Sound)

sound AmbientSound
The single ambient sound effect that is associated with this actor. Assigning a Sound instance to this property will automagically begin looped playback. Assign it to None to stop playback.
float SoundRadius
The radius of ambient sound.
byte SoundVolume
The volume of ambient sound as a value between 0 and 255 with 255 being the maximum volume.
byte SoundPitch
Sound pitch shift, 64.0=none.
ESoundOcclusion SoundOcclusion
One of the Actor/Enums which controls sound occlusion approach.
bool bFullVolume
Whether to apply ambient attenuation.
float TransientSoundVolume
Default sound volume used in the PlaySound method (see Actor/Methods).
float TransientSoundRadius
Default sound radius used in the PlaySound method (see Actor/Methods).

Related Topics[edit]