Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/FDecorationModelStorageExtension
Description
Ensures decoration models for the given container are present in OutlinerChildren. Creates one FDecorationOutlinerModel per visible decoration on the container. Handles creation, re-adoption from recycled, NeedsReconstruct checks, and stale model removal. Also cleans up stale decoration models on child section outliners.
| Name | SyncDecorationModels |
| Type | function |
| Header File | /Engine/Source/Editor/Sequencer/Public/MVVM/DecorationModelStorageExtension.h |
| Include Path | #include "MVVM/DecorationModelStorageExtension.h" |
| Source | /Engine/Source/Editor/Sequencer/Private/MVVM/DecorationModelStorageExtension.cpp |
void SyncDecorationModels
(
UMovieSceneDecorationContainerObject * Container,
UMovieSceneTrack * ParentTrack,
FViewModelChildren & OutlinerChildren,
ISequencer * InSequencer
)