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

14 lines
256 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
/**
* Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
*/
class SoundNode extends Object
native( Sound )
abstract
hidecategories( Object )
editinlinenew;
var native const int NodeUpdateHint;
var array<SoundNode> ChildNodes;