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

17 lines
389 B
Ucode

/**
* Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
*/
/**
* Sound node that takes a runtime parameter for the wave to play
*/
class SoundNodeWaveParam extends SoundNode
native( Sound )
hidecategories( Object )
editinlinenew;
/** The name of the wave parameter to use to look up the SoundNodeWave we should play */
var() name WaveParameterName;