Navigation
API > API/Runtime > API/Runtime/MovieScene
Optional interface that can be added to any UObject that is used as a decoration on UMovieSceneTrack objects to receive decoration events.
| Name | IMovieSceneTrackDecoration |
| Type | class |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Decorations/IMovieSceneTrackDecoration.h |
| Include Path | #include "Decorations/IMovieSceneTrackDecoration.h" |
Syntax
class IMovieSceneTrackDecoration
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnDecorationAdded
(
UMovieSceneTrack* Track |
Called when this decoration is first added directly to a UMovieSceneTrack | Decorations/IMovieSceneTrackDecoration.h | |
virtual void OnDecorationRemoved() |
Called when this decoration is removed from a UMovieSceneTrack | Decorations/IMovieSceneTrackDecoration.h |
See Also
-
UMovieSceneTrack::GetOrCreateDecoration
-
UMovieSceneTrack::AddDecoration