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

15 lines
322 B
Ucode

/**
*
* 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;
}