1
0
KF2-Dev-Scripts/AkAudio/Classes/InterpTrackInstAkRTPC.uc

13 lines
209 B
Ucode
Raw Permalink Normal View History

2020-12-13 15:01:13 +00:00
class InterpTrackInstAkRTPC extends InterpTrackInst
native;
cpptext
{
virtual void InitTrackInst(UInterpTrack* Track);
virtual void TermTrackInst(UInterpTrack* Track);
}
defaultproperties
{
}