1
0
KF2-Dev-Scripts/UnrealEd/Classes/InterpTrackFaceFXHelper.uc

15 lines
322 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
/**
*
* Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
*/
class InterpTrackFaceFXHelper extends InterpTrackHelper
native;
cpptext
{
virtual UBOOL PreCreateKeyframe( UInterpTrack *Track, FLOAT KeyTime ) const;
virtual void PostCreateKeyframe( UInterpTrack *Track, INT KeyIndex ) const;
}