Always snap to grid

Legacy:SoundGroup

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 :: Object >> Sound >> SoundGroup (Package: Engine)

This class was apparently intended to hold an array of sound objects of which on request one would randomly be played. It does not seem to work. This class may not have been complete by the release of UT2003.

Properties

String Package (deprecated) 
float TotalLikelihood (const, transient, native) 
Sound RenderedSound (const, transient) 

Sound Group

array<Sound> Sounds (native)

Related Topics