![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IMovieSceneLifetimeDecoration.h>
Inheritance diagram for IMovieSceneLifetimeDecoration:Public Member Functions | |
| virtual void | OnReconstruct (UMovieScene *MovieScene) |
| virtual void | OnDestroy (UMovieScene *MovieScene) |
Optional interface that can be added to any decoration to provide 'construct' / 'destroy' semantics for when a decoration is added to or removed from a well-formed UMovieScene hierarchy.
|
inlinevirtual |
Called when this decoration is removed from a UMovieScene hierarchy
|
inlinevirtual |
Called to reconstruct this decoration for the specified MovieScene.