1
0
KF2-Dev-Scripts/Engine/Classes/SoundNodeAmbientNonLoopToggle.uc

18 lines
372 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
/**
* Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
*/
/**
* Defines the parameters for an in world non looping ambient sound e.g. a car driving by
*/
class SoundNodeAmbientNonLoopToggle extends SoundNodeAmbientNonLoop
native( Sound )
hidecategories( Object )
dependson( SoundNodeAttenuation )
editinlinenew;
defaultproperties
{
}