Navigation
API > API/Runtime > API/Runtime/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.
| Name | IMovieSceneLifetimeDecoration |
| Type | class |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Decorations/IMovieSceneLifetimeDecoration.h |
| Include Path | #include "Decorations/IMovieSceneLifetimeDecoration.h" |
Syntax
class IMovieSceneLifetimeDecoration
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnDestroy
(
UMovieScene* MovieScene |
Called when this decoration is removed from a UMovieScene hierarchy | Decorations/IMovieSceneLifetimeDecoration.h | |
virtual void OnReconstruct
(
UMovieScene* MovieScene |
Called to reconstruct this decoration for the specified MovieScene. | Decorations/IMovieSceneLifetimeDecoration.h |