Location:
AnimationMixins.h
Link against: animationshared.lib
class MAnimationTickee;
Interface used for receiving animation ticks.
Animators receive regular ticks, during which they perform any required processing.
You do not need to derive an implementation from this class unless you are writing a new animator type.
Defined in MAnimationTickee
:
MAnimationTickee_Reserved1()
, MAnimationTickee_Reserved2()
, Tick()
virtual void Tick()=0;
This function is called regularly by any ticker to which the tickee has been added
protected: virtual IMPORT_C void MAnimationTickee_Reserved2();
Reserved for future use