FMovieSceneObjectBindingIDPicker::FMovieSceneObjectBindingIDPicker

Constructor used from within the sequencer interface to generate IDs from the currently focused sequence if possible (else from the root sequence).

Windows
MacOS
Linux

References

Module

MovieSceneTools

Header

/Engine/Source/Editor/MovieSceneTools/Public/MovieSceneObjectBindingIDPicker.h

Include

#include "MovieSceneObjectBindingIDPicker.h"

Syntax

FMovieSceneObjectBindingIDPicker
(
    FMovieSceneSequenceID InLocalSequenceID,
    TWeakPtr< ISequencer > InSequencer
)

Remarks

Constructor used from within the sequencer interface to generate IDs from the currently focused sequence if possible (else from the root sequence). This ensures that the bindings will resolve correctly in isolation only the the focused sequence is being used, or from the root sequence.

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