UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IMovieScenePreAnimatedStateSystemInterface Class Reference

#include <MovieScenePreAnimatedStateSystem.h>

+ Inheritance diagram for IMovieScenePreAnimatedStateSystemInterface:

Classes

struct  FPreAnimationParameters
 

Public Member Functions

virtual void SavePreAnimatedState (const FPreAnimationParameters &InParameters)
 
virtual void RestorePreAnimatedState (const FPreAnimationParameters &InParameters)
 

Detailed Description

Interface that can be added to any entity system in the 'instantiation' phase to implement save / restore state with its system dependencies strictly saved in order, and restored in reverse order

Member Function Documentation

◆ RestorePreAnimatedState()

virtual void IMovieScenePreAnimatedStateSystemInterface::RestorePreAnimatedState ( const FPreAnimationParameters InParameters)
inlinevirtual

Reimplemented in UMovieScenePropertySystem.

◆ SavePreAnimatedState()

virtual void IMovieScenePreAnimatedStateSystemInterface::SavePreAnimatedState ( const FPreAnimationParameters InParameters)
inlinevirtual

Reimplemented in UMovieScenePropertySystem.


The documentation for this class was generated from the following file: