UMovieSceneTrackExtensions::SetSectionToKey

Set the section to key for this track.

Windows
MacOS
Linux

References

Module

SequencerScripting

Header

/Engine/Plugins/MovieScene/SequencerScripting/Source/SequencerScripting/Public/ExtensionLibraries/MovieSceneTrackExtensions.h

Include

#include "ExtensionLibraries/MovieSceneTrackExtensions.h"

Source

/Engine/Plugins/MovieScene/SequencerScripting/Source/SequencerScripting/Private/ExtensionLibraries/MovieSceneTrackExtensions.cpp

Syntax

static void SetSectionToKey
(
    UMovieSceneTrack * Track,
    UMovieSceneSection * Section
)

Remarks

Set the section to key for this track. When properties for this section are modified externally, this section will receive those modifications and act accordingly (add/update keys). This is especially useful when there are multiple overlapping sections.

Parameters

Parameter

Description

Track

The track to set the section to key for

Section

The section to key for this track

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss