Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/MovieSceneToolHelpers
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/MovieSceneToolHelpers.h |
| Include | #include "MovieSceneToolHelpers.h" |
static bool CollapseSection
(
TSharedPtr< ISequencer > & InSequencer,
UMovieSceneTrack * InOwnerTrack,
TArray < UMovieSceneSection * > InSections,
const FBakingAnimationKeySettings & InSettings
)
Remarks
Collapse all of the sections specified onto the first one Return true if succeeds false if it doesn't
Parameters
| Name | Description |
|---|---|
| InSequencer | Sequencer we are collpasing at |
| InOwnerTrack | The track that should be owning the sections we are collapsing |
| InSections | The sections we are collapsing. Sections[0] will remain, te otheer ones will be deleted |
| InSettings | Baking settings ussed |