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

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);
}