1
0
KF2-Dev-Scripts/Engine/Classes/SoundNodeAmbientNonLoopToggle.uc
2020-12-13 18:01:13 +03:00

18 lines
372 B
Ucode

/**
* 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
{
}