15 lines
322 B
Ucode
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;
|
|
}
|