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

15 lines
374 B
Ucode

/**
* Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
*/
class InterpTrackInstFloatParticleParam extends InterpTrackInst
native(Interpolation);
cpptext
{
virtual void SaveActorState(UInterpTrack* Track);
virtual void RestoreActorState(UInterpTrack* Track);
}
/** Saved value for restoring state when exiting Matinee. */
var float ResetFloat;