14 lines
307 B
Ucode
14 lines
307 B
Ucode
|
/**
|
||
|
* Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
|
||
|
*/
|
||
|
class InterpTrackInstAudioMaster extends InterpTrackInst
|
||
|
native(Interpolation);
|
||
|
|
||
|
|
||
|
cpptext
|
||
|
{
|
||
|
// InterpTrackInst interface
|
||
|
virtual void InitTrackInst(UInterpTrack* Track);
|
||
|
virtual void TermTrackInst(UInterpTrack* Track);
|
||
|
}
|