14 lines
256 B
Ucode
14 lines
256 B
Ucode
|
/**
|
||
|
* 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;
|
||
|
|